![]() |
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.
|
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] |
Slice info.
Definition at line 385 of file ISlideSource.cs.
BioCore.SliceInfo.SliceInfo | ( | ) |
Definition at line 387 of file ISlideSource.cs.
BioCore.SliceInfo.SliceInfo | ( | double | xPixel, |
double | yPixel, | ||
double | widthPixel, | ||
double | heightPixel, | ||
double | unitsPerPixel, | ||
ZCT | coord | ||
) |
Create a world extent by pixel and resolution.
xPixel | pixel x |
yPixel | pixel y |
widthPixel | pixel width |
heightPixel | pixel height |
unitsPerPixel | um/pixel |
Definition at line 397 of file ISlideSource.cs.
|
getset |
ZCT Coordinate
Definition at line 414 of file ISlideSource.cs.
|
getset |
World extent.
Definition at line 419 of file ISlideSource.cs.
|
getset |
Definition at line 424 of file ISlideSource.cs.
|
getset |
um/pixel
Definition at line 406 of file ISlideSource.cs.