Slice info.
More...
|
| | SliceInfo (double xPixel, double yPixel, double widthPixel, double heightPixel, double unitsPerPixel, ZCT coord) |
| | Create a world extent by pixel and resolution.
|
| |
Slice info.
Definition at line 451 of file ISlideSource.cs.
◆ 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 |
Definition at line 463 of file ISlideSource.cs.
464 {
465 Extent =
new Extent(xPixel, yPixel, xPixel + widthPixel,yPixel + heightPixel).PixelToWorldInvertedY(unitsPerPixel);
468 }
Extent Extent
World extent.
ZCT Coordinate
ZCT Coordinate.
double Resolution
um/pixel
◆ Coordinate
| ZCT BioLib.SliceInfo.Coordinate |
|
getset |
◆ Extent
| Extent BioLib.SliceInfo.Extent |
|
getset |
World extent.
Definition at line 486 of file ISlideSource.cs.
487 {
488 get;
489 set;
490 }
◆ Parame
Definition at line 491 of file ISlideSource.cs.
492 {
493 get;
494 set;
495 } = new SliceParame();
◆ Resolution
| double BioLib.SliceInfo.Resolution = 1 |
|
getset |
um/pixel
Definition at line 473 of file ISlideSource.cs.
474 {
475 get;
476 set;
477 } = 1;
The documentation for this class was generated from the following file: