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.HistogramControl Class Reference
Inheritance diagram for BioCore.HistogramControl:

Public Member Functions

 HistogramControl (Channel c)
 
void UpdateChannel (Channel c)
 
void UpdateView ()
 

‍This function is called when the view needs to be updated

More...
 

Protected Member Functions

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

Properties

float Bin [get, set]
 
float Min [get, set]
 
float Max [get, set]
 
int GraphMax [get, set]
 
int GraphMin [get, set]
 
bool StackHistogram [get, set]
 
int MouseX [get]
 
int MouseY [get]
 
float MouseValX [get]
 
float MouseValY [get]
 
bool AxisNumbers [get, set]
 
bool AxisTicks [get, set]
 

Detailed Description

Definition at line 3 of file HistogramControl.cs.

Constructor & Destructor Documentation

◆ HistogramControl()

BioCore.HistogramControl.HistogramControl ( Channel  c)

Definition at line 5 of file HistogramControl.cs.

Member Function Documentation

◆ Dispose()

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

Clean up any resources being used.

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

Definition at line 14 of file HistogramControl.Designer.cs.

◆ UpdateChannel()

void BioCore.HistogramControl.UpdateChannel ( Channel  c)

This function updates the channel variable with the channel that is passed in

Parameters
ChannelThe channel to update

Definition at line 137 of file HistogramControl.cs.

◆ UpdateView()

void BioCore.HistogramControl.UpdateView ( )

‍This function is called when the view needs to be updated

Definition at line 142 of file HistogramControl.cs.

Property Documentation

◆ AxisNumbers

bool BioCore.HistogramControl.AxisNumbers
getset

Definition at line 116 of file HistogramControl.cs.

◆ AxisTicks

bool BioCore.HistogramControl.AxisTicks
getset

Definition at line 123 of file HistogramControl.cs.

◆ Bin

float BioCore.HistogramControl.Bin
getset

Definition at line 24 of file HistogramControl.cs.

◆ GraphMax

int BioCore.HistogramControl.GraphMax
getset

Definition at line 59 of file HistogramControl.cs.

◆ GraphMin

int BioCore.HistogramControl.GraphMin
getset

Definition at line 65 of file HistogramControl.cs.

◆ Max

float BioCore.HistogramControl.Max
getset

Definition at line 48 of file HistogramControl.cs.

◆ Min

float BioCore.HistogramControl.Min
getset

Definition at line 37 of file HistogramControl.cs.

◆ MouseValX

float BioCore.HistogramControl.MouseValX
get

Definition at line 100 of file HistogramControl.cs.

◆ MouseValY

float BioCore.HistogramControl.MouseValY
get

Definition at line 107 of file HistogramControl.cs.

◆ MouseX

int BioCore.HistogramControl.MouseX
get

Definition at line 84 of file HistogramControl.cs.

◆ MouseY

int BioCore.HistogramControl.MouseY
get

Definition at line 91 of file HistogramControl.cs.

◆ StackHistogram

bool BioCore.HistogramControl.StackHistogram
getset

Definition at line 71 of file HistogramControl.cs.


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