Instrumentation Widgets for PDA

Widget.DrawBevel Method 

Paints control bevel.

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

Parameters

g
Graphics object to paint on.

See Also

Widget Class | PerpetuumSoft.InstrumentationPDA Namespace