|
HistogramSelectionChanged Event
|
Mouse selection changed event.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax Remarks The event is fired only if the
AllowSelection property is set
to true. The passed to event handler
HistogramEventArgs class is initialized
with
Min and
Max properties
only, which represent selection range - min and max indexes.
See Also