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.
All Classes Namespaces Functions Enumerations Properties
BioCore.RangeTool Class Reference
Inheritance diagram for BioCore.RangeTool:

Public Member Functions

 RangeTool (bool timeEnabled, bool cEnabled, int zmin, int zmax, int timeMin, int timeMax, int cmin, int cmax)
 

Protected Member Functions

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

Properties

int ZMin [get]
 
int ZMax [get]
 
int TimeMin [get]
 
int TimeMax [get]
 
int CMin [get]
 
int CMax [get]
 

Detailed Description

Definition at line 3 of file RangeTool.cs.

Constructor & Destructor Documentation

◆ RangeTool()

BioCore.RangeTool.RangeTool ( bool  timeEnabled,
bool  cEnabled,
int  zmin,
int  zmax,
int  timeMin,
int  timeMax,
int  cmin,
int  cmax 
)

Definition at line 6 of file RangeTool.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.RangeTool.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 15 of file RangeTool.designer.cs.

Property Documentation

◆ CMax

int BioCore.RangeTool.CMax
get

Definition at line 69 of file RangeTool.cs.

◆ CMin

int BioCore.RangeTool.CMin
get

Definition at line 61 of file RangeTool.cs.

◆ TimeMax

int BioCore.RangeTool.TimeMax
get

Definition at line 53 of file RangeTool.cs.

◆ TimeMin

int BioCore.RangeTool.TimeMin
get

Definition at line 45 of file RangeTool.cs.

◆ ZMax

int BioCore.RangeTool.ZMax
get

Definition at line 37 of file RangeTool.cs.

◆ ZMin

int BioCore.RangeTool.ZMin
get

Definition at line 29 of file RangeTool.cs.


The documentation for this class was generated from the following files: