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 x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public static void DrawBorder3D( Graphics graphics, int x, int y, int width, int height ); [C++] public: static void DrawBorder3D( Graphics* graphics, int x, int y, int width, int height ); [JScript] public static function DrawBorder3D( graphics : Graphics, x : int, y : int, width : int, height : int );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawBorder3D Overload List