![]() |
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 Types | |
| enum | Type |
| enum | ValueType |
Public Member Functions | |
| Action (Type t, int proc, KeyEventArgs e) | |
| Action (Type t, int proc, KeyPressEventArgs e) | |
| Action (Type t, int proc, MouseEventArgs e) | |
| Action (Type t, string process, string title, int index, string id, string name, string classname, MouseEventArgs mo) | |
| Action (Type t, string process, string title, int index, string id, string name, string classname, KeyEventArgs ke) | |
| Action (Type t, string process, string title, int index, string id, string name, string classname, KeyPressEventArgs ke) | |
| Action (Type t, string process, string title, int index, string id, string name, string classname) | |
| void | Perform () |
| override string | ToString () |
Properties | |
| Type | ActionType [get, set] |
| Keys | Key [get] |
| MouseButtons | Button [get, set] |
| System.Drawing.Point | Point [get, set] |
| string | AutomationID [get, set] |
| string | Name [get, set] |
| string | ClassName [get, set] |
| string | ProcessName [get, set] |
| string | Title [get, set] |
| int | Index [get, set] |
| ValueType | Value [get, set] |
Definition at line 18 of file Automation.cs.
| enum BioImager.Automation.Action.Type |
Definition at line 33 of file Automation.cs.
| enum BioImager.Automation.Action.ValueType |
Definition at line 44 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| int | proc, | ||
| KeyEventArgs | e | ||
| ) |
Definition at line 118 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| int | proc, | ||
| KeyPressEventArgs | e | ||
| ) |
Definition at line 130 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| int | proc, | ||
| MouseEventArgs | e | ||
| ) |
Definition at line 142 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| string | process, | ||
| string | title, | ||
| int | index, | ||
| string | id, | ||
| string | name, | ||
| string | classname, | ||
| MouseEventArgs | mo | ||
| ) |
Definition at line 164 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| string | process, | ||
| string | title, | ||
| int | index, | ||
| string | id, | ||
| string | name, | ||
| string | classname, | ||
| KeyEventArgs | ke | ||
| ) |
Definition at line 178 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| string | process, | ||
| string | title, | ||
| int | index, | ||
| string | id, | ||
| string | name, | ||
| string | classname, | ||
| KeyPressEventArgs | ke | ||
| ) |
Definition at line 190 of file Automation.cs.
| BioImager.Automation.Action.Action | ( | Type | t, |
| string | process, | ||
| string | title, | ||
| int | index, | ||
| string | id, | ||
| string | name, | ||
| string | classname | ||
| ) |
Definition at line 202 of file Automation.cs.
| void BioImager.Automation.Action.Perform | ( | ) |
Definition at line 215 of file Automation.cs.
| override string BioImager.Automation.Action.ToString | ( | ) |
Definition at line 268 of file Automation.cs.
|
getset |
Definition at line 55 of file Automation.cs.
|
getset |
Definition at line 83 of file Automation.cs.
|
getset |
Definition at line 73 of file Automation.cs.
|
getset |
Definition at line 93 of file Automation.cs.
|
getset |
Definition at line 108 of file Automation.cs.
|
get |
Definition at line 60 of file Automation.cs.
|
getset |
Definition at line 88 of file Automation.cs.
|
getset |
Definition at line 78 of file Automation.cs.
|
getset |
Definition at line 98 of file Automation.cs.
|
getset |
Definition at line 103 of file Automation.cs.
|
getset |
Definition at line 113 of file Automation.cs.