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 bounds As Rectangle _ ) [C#] public static void DrawSizeGrip( Graphics graphics, Color backColor, Rectangle bounds ); [C++] public: static void DrawSizeGrip( Graphics* graphics, Color backColor, Rectangle bounds ); [JScript] public static function DrawSizeGrip( graphics : Graphics, backColor : Color, bounds : Rectangle );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawSizeGrip Overload List