Initializes a new instance of the HistogramEventArgs class.

Namespace:  AForge.Controls
Assembly:  AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public HistogramEventArgs(
	int pos
)

Parameters

pos
Type: System..::.Int32
Histogram's index under mouse pointer.

See Also