Свойство | Type | Description | |
---|---|---|---|
Histogram_MouseDown | void | ||
Histogram_MouseLeave | void | ||
Histogram_MouseMove | void | ||
Histogram_MouseUp | void | ||
InitializeComponent | void |
Méthode | Description | |
---|---|---|
Histogram ( ) : System |
Initializes a new instance of the Histogram class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose the object.
|
|
OnPaint ( PaintEventArgs e ) : void |
Paint the control.
|
Méthode | Description | |
---|---|---|
Histogram_MouseDown ( object sender, System e ) : void | ||
Histogram_MouseLeave ( object sender, System e ) : void | ||
Histogram_MouseMove ( object sender, System e ) : void | ||
Histogram_MouseUp ( object sender, System e ) : void | ||
InitializeComponent ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Indicates if disposing was initiated manually. |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | Data for Paint event. |
Résultat | void |