NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlPaint.DrawBorder3D (Graphics, Rectangle)

Draws a 3D style border at the given rectangle. The default 3D style of Etched is used.

[Visual Basic]
Overloads Public Shared Sub DrawBorder3D( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle _
)
[C#]
public static void DrawBorder3D(
   Graphics graphics,
   Rectangle rect
);
[C++]
public: static void DrawBorder3D(
   Graphics* graphics,
   Rectangle rect
);
[JScript]
public static function DrawBorder3D(
   graphics : Graphics,
   rect : Rectangle
);

Parameters

graphics
The graphics object to draw to.
rect
The Rectangle in which to draw the border.

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawBorder3D Overload List | Rectangle | Border3DStyle