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.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. More...
 

Properties

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

Detailed Description

Slice info.

Definition at line 385 of file ISlideSource.cs.

Constructor & Destructor Documentation

◆ SliceInfo() [1/2]

BioCore.SliceInfo.SliceInfo ( )

Definition at line 387 of file ISlideSource.cs.

◆ SliceInfo() [2/2]

BioCore.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

Definition at line 397 of file ISlideSource.cs.

Property Documentation

◆ Coordinate

ZCT BioCore.SliceInfo.Coordinate
getset

ZCT Coordinate

Definition at line 414 of file ISlideSource.cs.

◆ Extent

Extent BioCore.SliceInfo.Extent
getset

World extent.

Definition at line 419 of file ISlideSource.cs.

◆ Parame

SliceParame BioCore.SliceInfo.Parame = new SliceParame()
getset

Definition at line 424 of file ISlideSource.cs.

◆ Resolution

double BioCore.SliceInfo.Resolution = 1
getset

um/pixel

Definition at line 406 of file ISlideSource.cs.


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