Instrumentation Widgets Class Reference

InstrumentationControl.DrawBevel Method 

Paints control bevel.

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

Parameters

g
Graphics object to paint on.
r
Rectangle for paint.

See Also

InstrumentationControl Class | PerpetuumSoft.Widgets Namespace