|
HistogramEventArgs Constructor (Int32, Int32)
|
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax public HistogramEventArgs(
int min,
int max
)
Public Sub New (
min As Integer,
max As Integer
)
Request Example
View SourceParameters
- min
- Type: SystemInt32
Min histogram's index in selection. - max
- Type: SystemInt32
Max histogram's index in selection.
See Also