![]() |
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 | |
| 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. More... | |
Properties | |
| Pen | Pen [get, set] |
| ColorS | Tolerance [get] |
Definition at line 4 of file FloodTool.cs.
| BioImager.Graphics.FloodTool.FloodTool | ( | ) |
Definition at line 47 of file FloodTool.cs.
| BioImager.Graphics.FloodTool.FloodTool | ( | Pen | p, |
| ColorS | tolerance, | ||
| int | bitPerPixel | ||
| ) |
Definition at line 52 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 41 of file FloodTool.cs.
| void BioImager.Graphics.FloodTool.UpdateGUI | ( | ) |
Definition at line 29 of file FloodTool.cs.
|
getset |
Definition at line 8 of file FloodTool.cs.
|
get |
Definition at line 21 of file FloodTool.cs.