![]() |
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 Member Functions | |
| void | UpdateGUI () |
| void | SetColor () |
| FloodTool (Pen p, ColorS tolerance, int bitPerPixel) | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| Pen | Pen [get, set] |
| ColorS | Tolerance [get] |
Definition at line 3 of file FloodTool.Designer.cs.
| BioImager.Graphics.FloodTool.FloodTool | ( | ) |
Definition at line 49 of file FloodTool.cs.
| BioImager.Graphics.FloodTool.FloodTool | ( | Pen | p, |
| ColorS | tolerance, | ||
| int | bitPerPixel ) |
Definition at line 54 of file FloodTool.cs.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file FloodTool.Designer.cs.
| void BioImager.Graphics.FloodTool.SetColor | ( | ) |
Definition at line 43 of file FloodTool.cs.
| void BioImager.Graphics.FloodTool.UpdateGUI | ( | ) |
Definition at line 31 of file FloodTool.cs.
|
getset |
Definition at line 10 of file FloodTool.cs.
|
get |
Definition at line 23 of file FloodTool.cs.