Click or drag to resize
Accord.NET (logo)

HistogramPositionChanged Event

Mouse position changed event.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public event HistogramEventHandler PositionChanged
Request Example View Source

Value

Type: Accord.ControlsHistogramEventHandler
Remarks
The event is fired only if the AllowSelection property is set to true. The passed to event handler HistogramEventArgs class is initialized with Position property only, which is histogram value's index pointed by mouse.
See Also