Draws a size grip at the given location. The color of the size grip is based on the given background color.
[Visual Basic] Overloads Public Shared Sub DrawSizeGrip( _ ByVal graphics As Graphics, _ ByVal backColor As Color, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public static void DrawSizeGrip( Graphics graphics, Color backColor, int x, int y, int width, int height ); [C++] public: static void DrawSizeGrip( Graphics* graphics, Color backColor, int x, int y, int width, int height ); [JScript] public static function DrawSizeGrip( graphics : Graphics, backColor : Color, x : int, y : int, width : int, height : int );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawSizeGrip Overload List