![]() |
BioLib
3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
|
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 12 of file Graphics.cs.
| Bio.Graphics.Pen.Pen | ( | ColorS | col, |
| ushort | w, | ||
| int | bitsPerPixel ) |
Definition at line 18 of file Graphics.cs.
| Bio.Graphics.Pen.Pen | ( | ColorS | col, |
| int | w, | ||
| int | bitsPerPixel ) |
Definition at line 25 of file Graphics.cs.
| void Bio.Graphics.Pen.Dispose | ( | ) |
Dispose() is a function that is called when the object is no longer needed
Definition at line 32 of file Graphics.cs.
| byte Bio.Graphics.Pen.bitsPerPixel |
Definition at line 16 of file Graphics.cs.
| ColorS Bio.Graphics.Pen.color |
Definition at line 14 of file Graphics.cs.
| ushort Bio.Graphics.Pen.width |
Definition at line 15 of file Graphics.cs.