|
WavechartOnPaintBackground Method
|
Paints the background of the control.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax protected override void OnPaintBackground(
PaintEventArgs pevent
)
Protected Overrides Sub OnPaintBackground (
pevent As PaintEventArgs
)
Request Example
View SourceParameters
- pevent
- Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains information about the control to paint.
See Also