BioGTK  5.1.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images.
Loading...
Searching...
No Matches
Bio.SliceParame Class Reference

Properties

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

Property Documentation

◆ DstPixelHeight

int Bio.SliceParame.DstPixelHeight = 0
getset

Scale to height,default 0(no scale)

480{ get; set; } = 0;

◆ DstPixelWidth

int Bio.SliceParame.DstPixelWidth = 0
getset

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

475{ get; set; } = 0;

◆ Quality

int? Bio.SliceParame.Quality
getset

Image quality.

490{ get; set; }

◆ SampleMode

SampleMode Bio.SliceParame.SampleMode = SampleMode.Nearest
getset

Sample mode.

485{ get; set; } = SampleMode.Nearest;
SampleMode SampleMode
Sample mode.
Definition ISlideSource.cs:485

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