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

Constructor & Destructor Documentation

◆ Layer() [1/2]

BioImager.ImageView.Layer.Layer ( double d)

Definition at line 270 of file ImageView.cs.

271 {
272 Enabled = true;
273 Resolution = d;
274 }

◆ Layer() [2/2]

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

Definition at line 275 of file ImageView.cs.

276 {
277 Enabled = enabled;
278 Resolution = d;
279 }

Property Documentation

◆ Enabled

bool BioImager.ImageView.Layer.Enabled
getset

Definition at line 269 of file ImageView.cs.

269{ get; set; }

◆ Resolution

double BioImager.ImageView.Layer.Resolution
getset

Definition at line 265 of file ImageView.cs.

266 {
267 get; set;
268 }

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