|
HistogramOnPaint Method
|
Paint the control.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax protected override void OnPaint(
PaintEventArgs e
)
Protected Overrides Sub OnPaint (
e As PaintEventArgs
)
Request Example
View SourceParameters
- e
- Type: System.Windows.FormsPaintEventArgs
Data for Paint event.
See Also