![]() |
BioCore
4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
Classes | |
| class | Objective |
Public Member Functions | |
| void | SetPosition (int index) |
| int | GetPosition () |
| Objective | GetObjective () |
Public Attributes | |
| List< Objective > | List = new List<Objective>() |
| int | moveWait = 1000 |
Static Public Attributes | |
| static Type | changerType = null |
| static object | changer |
Properties | |
| int | Index [get, set] |
Definition at line 189 of file Microscope.cs.
| BioCore.Objectives.Objectives | ( | ) |
Definition at line 195 of file Microscope.cs.
| Objective BioCore.Objectives.GetObjective | ( | ) |
Definition at line 256 of file Microscope.cs.
| int BioCore.Objectives.GetPosition | ( | ) |
Definition at line 252 of file Microscope.cs.
| void BioCore.Objectives.SetPosition | ( | int | index | ) |
Definition at line 248 of file Microscope.cs.
|
static |
Definition at line 193 of file Microscope.cs.
|
static |
Definition at line 192 of file Microscope.cs.
Definition at line 191 of file Microscope.cs.
| int BioCore.Objectives.moveWait = 1000 |
Definition at line 232 of file Microscope.cs.
|
getset |
Definition at line 237 of file Microscope.cs.