BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
BioImager.Layers Class Reference
Inheritance diagram for BioImager.Layers:

Protected Member Functions

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

Detailed Description

Definition at line 3 of file Layers.Designer.cs.

Constructor & Destructor Documentation

◆ Layers()

BioImager.Layers.Layers ( )

Definition at line 16 of file Layers.cs.

17 {
18 InitializeComponent();
19 }

Member Function Documentation

◆ Dispose()

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

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

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