![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
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.