Instrumentation Widgets Class Reference

InstrumentationControl.Draw Method 

Virtual method that perform actual drawing.

[Visual Basic]
Overridable Protected Sub Draw( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
)
[C#]
protected virtual void Draw(
   Graphics g,
   Rectangle r
);

Parameters

g
r

Remarks

Be sure override this method in any derived control.

See Also

InstrumentationControl Class | PerpetuumSoft.Widgets Namespace