Instrumentation Widgets for PDA

Widget.OnPaint Method 

Overriden method to provide custom painting.

[Visual Basic]
Overrides Protected Sub OnPaint( _
   ByVal e As PaintEventArgs _
)
[C#]
protected override void OnPaint(
   PaintEventArgs e
);

Remarks

Do not override this method when derive from control. Use Draw() method instead.

See Also

Widget Class | PerpetuumSoft.InstrumentationPDA Namespace