AForge.Controls.HistogramEventArgs.HistogramEventArgs C# (CSharp) Method

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
		public HistogramEventArgs(int pos)
		{
			this.min = pos;
		}

Same methods

HistogramEventArgs::HistogramEventArgs ( int min, int max ) : System
HistogramEventArgs