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

[To be supplied.]

Overload List

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

[Visual Basic] Overloads Public Shared Sub DrawBorder3D(Graphics, Integer, Integer, Integer, Integer)
[C#] public static void DrawBorder3D(Graphics, int, int, int, int);
[C++] public: static void DrawBorder3D(Graphics*, int, int, int, int);
[JScript] public static function DrawBorder3D(Graphics, int, int, int, int);

Draws a 3D style border at the given rectangle. You may specify the style of the 3D appearance.

[Visual Basic] Overloads Public Shared Sub DrawBorder3D(Graphics, Integer, Integer, Integer, Integer, Border3DStyle)
[C#] public static void DrawBorder3D(Graphics, int, int, int, int, Border3DStyle);
[C++] public: static void DrawBorder3D(Graphics*, int, int, int, int, Border3DStyle);
[JScript] public static function DrawBorder3D(Graphics, int, int, int, int, Border3DStyle);

Draws a 3D style border at the given rectangle. You may specify the style of the 3D appearance, and which sides of the 3D rectangle you wish to draw.

[Visual Basic] Overloads Public Shared Sub DrawBorder3D(Graphics, Integer, Integer, Integer, Integer, Border3DStyle, Border3DSide)
[C#] public static void DrawBorder3D(Graphics, int, int, int, int, Border3DStyle, Border3DSide);
[C++] public: static void DrawBorder3D(Graphics*, int, int, int, int, Border3DStyle, Border3DSide);
[JScript] public static function DrawBorder3D(Graphics, int, int, int, int, Border3DStyle, Border3DSide);

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

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

Draws a 3D style border at the given rectangle. You may specify the style of the 3D appearance.

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

Draws a 3D style border at the given rectangle. You may specify the style of the 3D appearance, and which sides of the 3D rectangle you wish to draw.

[Visual Basic] Overloads Public Shared Sub DrawBorder3D(Graphics, Rectangle, Border3DStyle, Border3DSide)
[C#] public static void DrawBorder3D(Graphics, Rectangle, Border3DStyle, Border3DSide);
[C++] public: static void DrawBorder3D(Graphics*, Rectangle, Border3DStyle, Border3DSide);
[JScript] public static function DrawBorder3D(Graphics, Rectangle, Border3DStyle, Border3DSide);

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace