BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.ChannelsTool Class Reference
Inheritance diagram for BioCore.ChannelsTool:

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< ChannelChannels [get]
 
Channel SelectedChannel [get]
 
int SelectedSample [get, set]
 

Detailed Description

Definition at line 3 of file ChannelsTool.cs.

Constructor & Destructor Documentation

◆ ChannelsTool()

BioCore.ChannelsTool.ChannelsTool ( List< Channel Channels)

Definition at line 47 of file ChannelsTool.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.ChannelsTool.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 15 of file ChannelsTool.designer.cs.

◆ UpdateItems()

void BioCore.ChannelsTool.UpdateItems ( )

It clears the listbox and then adds all the items in the Channels list to the listbox.

Definition at line 38 of file ChannelsTool.cs.

Property Documentation

◆ Channels

List<Channel> BioCore.ChannelsTool.Channels
get

Definition at line 7 of file ChannelsTool.cs.

◆ SelectedChannel

Channel BioCore.ChannelsTool.SelectedChannel
get

Definition at line 15 of file ChannelsTool.cs.

◆ SelectedSample

int BioCore.ChannelsTool.SelectedSample
getset

Definition at line 26 of file ChannelsTool.cs.


The documentation for this class was generated from the following files: