BioLib  3.9.1
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.SliceInfo Class Reference

Slice info. More...

Public Member Functions

 SliceInfo (double xPixel, double yPixel, double widthPixel, double heightPixel, double unitsPerPixel, ZCT coord)
 Create a world extent by pixel and resolution.
 

Properties

double Resolution = 1 [get, set]
 um/pixel
 
ZCT Coordinate [get, set]
 ZCT Coordinate.
 
Extent Extent [get, set]
 World extent.
 
SliceParame Parame = new SliceParame() [get, set]
 

Detailed Description

Slice info.

Constructor & Destructor Documentation

◆ SliceInfo() [1/2]

BioLib.SliceInfo.SliceInfo ( )
698{ }

◆ SliceInfo() [2/2]

BioLib.SliceInfo.SliceInfo ( double xPixel,
double yPixel,
double widthPixel,
double heightPixel,
double unitsPerPixel,
ZCT coord )

Create a world extent by pixel and resolution.

Parameters
xPixelpixel x
yPixelpixel y
widthPixelpixel width
heightPixelpixel height
unitsPerPixelum/pixel
709 {
710 Extent = new Extent(xPixel, yPixel, xPixel + widthPixel, yPixel + heightPixel);
711 Resolution = unitsPerPixel;
712 Coordinate = coord;
713 }
Extent Extent
World extent.
Definition ISlideSource.cs:732
ZCT Coordinate
ZCT Coordinate.
Definition ISlideSource.cs:726
double Resolution
um/pixel
Definition ISlideSource.cs:719

Property Documentation

◆ Coordinate

ZCT BioLib.SliceInfo.Coordinate
getset

ZCT Coordinate.

726{ get; set; }

◆ Extent

Extent BioLib.SliceInfo.Extent
getset

World extent.

732 {
733 get;
734 set;
735 }

◆ Parame

SliceParame BioLib.SliceInfo.Parame = new SliceParame()
getset
737 {
738 get;
739 set;
740 } = new SliceParame();

◆ Resolution

double BioLib.SliceInfo.Resolution = 1
getset

um/pixel

719 {
720 get;
721 set;
722 } = 1;

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