![]() |
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.
|
Public Member Functions | |
| Pen (ColorS col, ushort w, int bitsPerPixel) | |
| Pen (ColorS col, int w, int bitsPerPixel) | |
| void | Dispose () |
Public Attributes | |
| ColorS | color |
| ushort | width |
| byte | bitsPerPixel |
Definition at line 10 of file Graphics.cs.
| BioImager.Graphics.Pen.Pen | ( | ColorS | col, |
| ushort | w, | ||
| int | bitsPerPixel | ||
| ) |
Definition at line 15 of file Graphics.cs.
| BioImager.Graphics.Pen.Pen | ( | ColorS | col, |
| int | w, | ||
| int | bitsPerPixel | ||
| ) |
Definition at line 21 of file Graphics.cs.
| void BioImager.Graphics.Pen.Dispose | ( | ) |
Definition at line 27 of file Graphics.cs.
| byte BioImager.Graphics.Pen.bitsPerPixel |
Definition at line 14 of file Graphics.cs.
| ColorS BioImager.Graphics.Pen.color |
Definition at line 12 of file Graphics.cs.
| ushort BioImager.Graphics.Pen.width |
Definition at line 13 of file Graphics.cs.