BioLib  3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.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.
 

Detailed Description

Definition at line 498 of file ISlideSource.cs.

Property Documentation

◆ DstPixelHeight

int BioLib.SliceParame.DstPixelHeight = 0
getset

Scale to height,default 0(no scale)

Definition at line 508 of file ISlideSource.cs.

508{ get; set; } = 0;

◆ DstPixelWidth

int BioLib.SliceParame.DstPixelWidth = 0
getset

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

Definition at line 503 of file ISlideSource.cs.

503{ get; set; } = 0;

◆ Quality

int? BioLib.SliceParame.Quality
getset

Image quality.

Definition at line 518 of file ISlideSource.cs.

518{ get; set; }

◆ SampleMode

SampleMode BioLib.SliceParame.SampleMode = SampleMode.Nearest
getset

Sample mode.

Definition at line 513 of file ISlideSource.cs.

513{ get; set; } = SampleMode.Nearest;
SampleMode SampleMode
Sample mode.

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