C# Class AForge.Controls.HistogramEventArgs

Inheritance: EventArgs
Show file Open project: Micke3rd/AForge.NET Class Usage Examples

Public Methods

Method Description
HistogramEventArgs ( int pos ) : System

Initializes a new instance of the HistogramEventArgs class.

HistogramEventArgs ( int min, int max ) : System

Initializes a new instance of the HistogramEventArgs class.

Method Details

HistogramEventArgs() public method

Initializes a new instance of the HistogramEventArgs class.
public HistogramEventArgs ( int pos ) : System
pos int Histogram's index under mouse pointer.
return System

HistogramEventArgs() public method

Initializes a new instance of the HistogramEventArgs class.
public HistogramEventArgs ( int min, int max ) : System
min int Min histogram's index in selection.
max int Max histogram's index in selection.
return System