Instrumentation Widgets Class Reference

Bevel.Draw Method 

Paints bevel.

[Visual Basic]
Public Sub Draw( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
)
[C#]
public void Draw(
   Graphics g,
   Rectangle r
);

Parameters

g
Graphics object to paint on.
r
Bevel rectangle.

See Also

Bevel Class | PerpetuumSoft.Widgets Namespace