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.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 211 of file ImageView.cs.

Constructor & Destructor Documentation

◆ Layer() [1/2]

BioImager.ImageView.Layer.Layer ( double d)

Definition at line 218 of file ImageView.cs.

219 {
220 Enabled = true;
221 Resolution = d;
222 }

◆ Layer() [2/2]

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

Definition at line 223 of file ImageView.cs.

224 {
225 Enabled = enabled;
226 Resolution = d;
227 }

Property Documentation

◆ Enabled

bool BioImager.ImageView.Layer.Enabled
getset

Definition at line 217 of file ImageView.cs.

217{ get; set; }

◆ Resolution

double BioImager.ImageView.Layer.Resolution
getset

Definition at line 213 of file ImageView.cs.

214 {
215 get; set;
216 }

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