![]() |
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 | UpdateItems () |
| It clears the listbox and then adds all the items in the Channels list to the listbox. More... | |
| ChannelsTool (List< Channel > Channels) | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Properties | |
| List< Channel > | Channels [get] |
| Channel | SelectedChannel [get] |
| int | SelectedSample [get, set] |
Definition at line 9 of file ChannelsTool.cs.
| BioImager.ChannelsTool.ChannelsTool | ( | List< Channel > | Channels | ) |
Definition at line 52 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 43 of file ChannelsTool.cs.
|
get |
Definition at line 12 of file ChannelsTool.cs.
|
get |
Definition at line 20 of file ChannelsTool.cs.
|
getset |
Definition at line 31 of file ChannelsTool.cs.