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

Protected Member Functions

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

Properties

int SizeX [get]
 
int SizeY [get]
 

Detailed Description

Definition at line 13 of file ImageTiles.cs.

Constructor & Destructor Documentation

◆ ImageTiles()

BioImager.ImageTiles.ImageTiles ( )

Definition at line 15 of file ImageTiles.cs.

16 {
17 InitializeComponent();
18 }

Member Function Documentation

◆ Dispose()

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

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

Property Documentation

◆ SizeX

int BioImager.ImageTiles.SizeX
get

Definition at line 19 of file ImageTiles.cs.

20 {
21 get
22 {
23 return (int)xBox.Value;
24 }
25 }

◆ SizeY

int BioImager.ImageTiles.SizeY
get

Definition at line 26 of file ImageTiles.cs.

27 {
28 get
29 {
30 return (int)yBox.Value;
31 }
32 }

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