Paints the controls and raises the Paint event.

Namespace:  LCDLabel
Assembly:  LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

C#
protected override void OnPaint(
	PaintEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnPaint ( _
	e As PaintEventArgs _
)
Visual C++
protected:
virtual void OnPaint(
	PaintEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms..::.PaintEventArgs
A PaintEventArgs that contains the event data.

Collapse imageSee Also