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

Protected Member Functions

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

Detailed Description

Definition at line 14 of file Layers.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: