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.ImageView.Layer Struct Reference

Public Member Functions

 Layer (double d)
 
 Layer (double d, bool enabled)
 

Properties

double Resolution [get, set]
 
bool Enabled [get, set]
 

Detailed Description

Definition at line 127 of file ImageView.cs.

Constructor & Destructor Documentation

◆ Layer() [1/2]

BioImager.ImageView.Layer.Layer ( double  d)

Definition at line 134 of file ImageView.cs.

135 {
136 Enabled = true;
137 Resolution = d;
138 }

◆ Layer() [2/2]

BioImager.ImageView.Layer.Layer ( double  d,
bool  enabled 
)

Definition at line 139 of file ImageView.cs.

140 {
141 Enabled = enabled;
142 Resolution = d;
143 }

Property Documentation

◆ Enabled

bool BioImager.ImageView.Layer.Enabled
getset

Definition at line 133 of file ImageView.cs.

133{ get; set; }

◆ Resolution

double BioImager.ImageView.Layer.Resolution
getset

Definition at line 129 of file ImageView.cs.

130 {
131 get; set;
132 }

The documentation for this struct was generated from the following file: