Click or drag to resize
LcdLabelOnPaint Method
doogal.co.uk Home



Paints the controls and raises the Paint event.

Namespace: LCDLabel
Assembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
protected override void OnPaint(
	PaintEventArgs e
)

Parameters

e
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains the event data.
See Also