![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
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.
| BioImager.SliceInfo.SliceInfo | ( | ) |
Definition at line 387 of file ISlideSource.cs.
| BioImager.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.
References BioImager.SliceInfo.Extent.
|
getset |
|
getset |
World extent.
Definition at line 419 of file ISlideSource.cs.
Referenced by BioImager.SlideSourceBase.GetSlice(), and BioImager.SliceInfo.SliceInfo().
|
getset |
Definition at line 424 of file ISlideSource.cs.
|
getset |
um/pixel
Definition at line 406 of file ISlideSource.cs.
Referenced by BioImager.SlideSourceBase.GetSlice().