![]() |
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 | |
| Configuration () | |
| Initializes a new instance of the Configuration class. More... | |
| Configuration (string title) | |
| Initializes a new instance of the Configuration class. More... | |
| Configuration (string title, int width, int height) | |
Properties | |
| string | Title [get, set] |
| Gets or sets the window title. More... | |
| int | Width [get, set] |
| Gets or sets the width of the window. More... | |
| int | Height [get, set] |
| Gets or sets the height of the window. More... | |
| bool | WaitVerticalBlanking [get, set] |
| Gets or sets a value indicating whether [wait vertical blanking]. More... | |
Definition at line 11 of file DBitmap.cs.
| BioImager.Configuration.Configuration | ( | ) |
Initializes a new instance of the Configuration class.
Definition at line 16 of file DBitmap.cs.
References BioImager.Configuration.WaitVerticalBlanking.
| BioImager.Configuration.Configuration | ( | string | title | ) |
Initializes a new instance of the Configuration class.
Definition at line 24 of file DBitmap.cs.
References BioImager.Configuration.WaitVerticalBlanking.
| BioImager.Configuration.Configuration | ( | string | title, |
| int | width, | ||
| int | height | ||
| ) |
Definition at line 29 of file DBitmap.cs.
|
getset |
Gets or sets the height of the window.
Definition at line 58 of file DBitmap.cs.
|
getset |
|
getset |
Gets or sets a value indicating whether [wait vertical blanking].
true if [wait vertical blanking]; otherwise, false.
Definition at line 70 of file DBitmap.cs.
Referenced by BioImager.Configuration.Configuration().
|
getset |
Gets or sets the width of the window.
Definition at line 49 of file DBitmap.cs.