![]() |
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 Types | |
| enum | Type { HXP , RL , TL } |
Public Member Functions | |
| double | GetPosition () |
| void | SetPosition (double f) |
| override string | ToString () |
Public Attributes | |
| double | position |
| Type | type |
Definition at line 662 of file Microscope.cs.
| enum BioImager.LightSource.Type |
Definition at line 664 of file Microscope.cs.
| BioImager.LightSource.LightSource | ( | ) |
Definition at line 673 of file Microscope.cs.
| double BioImager.LightSource.GetPosition | ( | ) |
If the microscope is a MTB, then get the position of the light source.
Definition at line 679 of file Microscope.cs.
| void BioImager.LightSource.SetPosition | ( | double | f | ) |
The function takes a double as an argument and then calls the SetPosition function of the light source object
| f | the position of the light source |
Definition at line 708 of file Microscope.cs.
| override string BioImager.LightSource.ToString | ( | ) |
Definition at line 731 of file Microscope.cs.
| double BioImager.LightSource.position |
Definition at line 670 of file Microscope.cs.
| Type BioImager.LightSource.type |
Definition at line 671 of file Microscope.cs.