BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.SliceParame Class Reference

Properties

int DstPixelWidth = 0 [get, set]
 Scale to width,default 0(no scale) /// More...
 
int DstPixelHeight = 0 [get, set]
 Scale to height,default 0(no scale) More...
 
SampleMode SampleMode = SampleMode.Nearest [get, set]
 Sample mode. More...
 
int? Quality [get, set]
 Image quality. More...
 

Detailed Description

Definition at line 431 of file ISlideSource.cs.

Property Documentation

◆ DstPixelHeight

int BioCore.SliceParame.DstPixelHeight = 0
getset

Scale to height,default 0(no scale)

Definition at line 441 of file ISlideSource.cs.

◆ DstPixelWidth

int BioCore.SliceParame.DstPixelWidth = 0
getset

Scale to width,default 0(no scale) ///

Definition at line 436 of file ISlideSource.cs.

◆ Quality

int? BioCore.SliceParame.Quality
getset

Image quality.

Definition at line 451 of file ISlideSource.cs.

◆ SampleMode

SampleMode BioCore.SliceParame.SampleMode = SampleMode.Nearest
getset

Sample mode.

Definition at line 446 of file ISlideSource.cs.


The documentation for this class was generated from the following file: