Méthode | Description | |
---|---|---|
HistogramEventArgs ( int pos ) : System |
Initializes a new instance of the HistogramEventArgs class.
|
|
HistogramEventArgs ( int min, int max ) : System |
Initializes a new instance of the HistogramEventArgs class.
|
public HistogramEventArgs ( int pos ) : System | ||
pos | int | Histogram's index under mouse pointer. |
Résultat | System |
public HistogramEventArgs ( int min, int max ) : System | ||
min | int | Min histogram's index in selection. |
max | int | Max histogram's index in selection. |
Résultat | System |