Slice info.
More...
|
| | SliceInfo (double xPixel, double yPixel, double widthPixel, double heightPixel, double unitsPerPixel, ZCT coord) |
| | Create a world extent by pixel and resolution.
|
| |
◆ SliceInfo() [1/2]
| BioLib.SliceInfo.SliceInfo |
( |
| ) |
|
◆ 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
-
| xPixel | pixel x |
| yPixel | pixel y |
| widthPixel | pixel width |
| heightPixel | pixel height |
| unitsPerPixel | um/pixel |
709 {
710 Extent =
new Extent(xPixel, yPixel, xPixel + widthPixel, yPixel + heightPixel);
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
◆ Coordinate
| ZCT BioLib.SliceInfo.Coordinate |
|
getset |
◆ Extent
| Extent BioLib.SliceInfo.Extent |
|
getset |
World extent.
732 {
733 get;
734 set;
735 }
◆ Parame
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:
- BioLib/Source/Bio/ISlideSource.cs