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.
Loading...
Searching...
No Matches
BioImager.MagicSelect Class Reference
Inheritance diagram for BioImager.MagicSelect:

Public Member Functions

 MagicSelect (int index)
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

bool Numeric [get]
 
int Threshold [get]
 
int Min [get]
 
int Max [get]
 
int Index [get]
 

Detailed Description

Definition at line 13 of file MagicSelect.cs.

Constructor & Destructor Documentation

◆ MagicSelect()

BioImager.MagicSelect.MagicSelect ( int  index)

Definition at line 15 of file MagicSelect.cs.

16 {
17 InitializeComponent();
18 thBox.SelectedIndex = index;
19 }

Member Function Documentation

◆ Dispose()

override void BioImager.MagicSelect.Dispose ( bool  disposing)
protected

Clean up any resources being used.

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

Definition at line 14 of file MagicSelect.Designer.cs.

15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }

Property Documentation

◆ Index

int BioImager.MagicSelect.Index
get

Definition at line 46 of file MagicSelect.cs.

47 {
48 get
49 {
50 return thBox.SelectedIndex;
51 }
52 }

◆ Max

int BioImager.MagicSelect.Max
get

Definition at line 42 of file MagicSelect.cs.

43 {
44 get { return (int)maxBox.Value; }
45 }

◆ Min

int BioImager.MagicSelect.Min
get

Definition at line 38 of file MagicSelect.cs.

39 {
40 get { return (int)minBox.Value; }
41 }

◆ Numeric

bool BioImager.MagicSelect.Numeric
get

Definition at line 22 of file MagicSelect.cs.

23 {
24 get
25 {
26 return numeric;
27 }
28 }

◆ Threshold

int BioImager.MagicSelect.Threshold
get

Definition at line 30 of file MagicSelect.cs.

31 {
32 get
33 {
34 return (int)numBox.Value;
35 }
36 }

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