![]() |
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 | |
| override string | ToString () |
Static Public Member Functions | |
| static State | GetUp (PointD pf, MouseButtons mb) |
| static State | GetDown (PointD pf, MouseButtons mb) |
| static State | GetMove (PointD pf, MouseButtons mb) |
| static State | GetNone () |
Public Attributes | |
| Event | type |
| PointD | p |
| MouseButtons | buts |
| bool | processed = false |
Definition at line 161 of file Scripting.cs.
|
static |
This function returns a new State object with the type set to Event.Down, the point
set to the point passed in, and the buttons set to the buttons passed in
| PointD | A point with double precision. |
| MouseButtons | The mouse button that was pressed. |
Definition at line 186 of file Scripting.cs.
Referenced by BioImager.Tools.ToolDown().
|
static |
This function returns a state object that represents a mouse move event
| PointD | A point with double precision. |
| MouseButtons | The mouse buttons that are pressed. |
Definition at line 201 of file Scripting.cs.
|
static |
It returns a new State object with the type set to None, the point set to a new PointD object, and the buttons set to None
Definition at line 214 of file Scripting.cs.
|
static |
This function returns a new State object with the type set to Event.Up, the point set
to the point passed in, and the buttons set to the buttons passed in
| PointD | A point with double precision. |
| MouseButtons | The mouse button that was pressed. |
Definition at line 171 of file Scripting.cs.
Referenced by BioImager.Tools.ToolUp().
| override string BioImager.Scripting.State.ToString | ( | ) |
Definition at line 226 of file Scripting.cs.
| MouseButtons BioImager.Scripting.State.buts |
Definition at line 224 of file Scripting.cs.
| PointD BioImager.Scripting.State.p |
Definition at line 223 of file Scripting.cs.
Referenced by microscope.testsuite.test_device_server.TestInputCheck.test_empty_devices(), and microscope.testsuite.test_device_server.TestStarting.test_standard().
| bool BioImager.Scripting.State.processed = false |
Definition at line 225 of file Scripting.cs.
| Event BioImager.Scripting.State.type |
Definition at line 163 of file Scripting.cs.
Referenced by microscope.stages.linkam._CommsInfo.view_of_info().