![]() |
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 | UpdateItems () |
| It clears the listbox and then adds all the items in the Channels list to the listbox. | |
| ChannelsTool (List< Channel > Channels) | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| List< Channel > | Channels [get] |
| Channel | SelectedChannel [get] |
| int | SelectedSample [get, set] |
Definition at line 4 of file ChannelsTool.designer.cs.
| BioImager.ChannelsTool.ChannelsTool | ( | List< Channel > | Channels | ) |
Definition at line 54 of file ChannelsTool.cs.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 15 of file ChannelsTool.designer.cs.
| void BioImager.ChannelsTool.UpdateItems | ( | ) |
It clears the listbox and then adds all the items in the Channels list to the listbox.
Definition at line 45 of file ChannelsTool.cs.
|
get |
Definition at line 13 of file ChannelsTool.cs.
|
get |
Definition at line 21 of file ChannelsTool.cs.
|
getset |
Definition at line 33 of file ChannelsTool.cs.