[To be supplied.]
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(Graphics, Color, Integer, Integer, Integer, Integer)
[C#] public static void DrawSizeGrip(Graphics, Color, int, int, int, int);
[C++] public: static void DrawSizeGrip(Graphics*, Color, int, int, int, int);
[JScript] public static function DrawSizeGrip(Graphics, Color, int, int, int, int);
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(Graphics, Color, Rectangle)
[C#] public static void DrawSizeGrip(Graphics, Color, Rectangle);
[C++] public: static void DrawSizeGrip(Graphics*, Color, Rectangle);
[JScript] public static function DrawSizeGrip(Graphics, Color, Rectangle);
ControlPaint Class | ControlPaint Members | System.WinForms Namespace