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.ImagesToStack Class Reference
Inheritance diagram for BioImager.ImagesToStack:

Protected Member Functions

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

Properties

int SizeZ [get]
 
int SizeC [get]
 
int SizeT [get]
 

Detailed Description

Definition at line 13 of file ImagesToStack.cs.

Constructor & Destructor Documentation

◆ ImagesToStack()

BioImager.ImagesToStack.ImagesToStack ( )

Definition at line 36 of file ImagesToStack.cs.

37 {
38 InitializeComponent();
39 }

Member Function Documentation

◆ Dispose()

override void BioImager.ImagesToStack.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 ImagesToStack.Designer.cs.

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

Property Documentation

◆ SizeC

int BioImager.ImagesToStack.SizeC
get

Definition at line 22 of file ImagesToStack.cs.

23 {
24 get
25 {
26 return (int)cBox.Value;
27 }
28 }

◆ SizeT

int BioImager.ImagesToStack.SizeT
get

Definition at line 29 of file ImagesToStack.cs.

30 {
31 get
32 {
33 return (int)tBox.Value;
34 }
35 }

◆ SizeZ

int BioImager.ImagesToStack.SizeZ
get

Definition at line 15 of file ImagesToStack.cs.

16 {
17 get
18 {
19 return (int)zBox.Value;
20 }
21 }

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