Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

pevent
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains information about the control to paint.
See Also