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.DrawSizeGrip (Graphics, Color, Rectangle)

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
);

Parameters

graphics
The graphics object to draw to.
backColor
The background color to use when determining the colors of the size grip.
bounds
Rectangular dimensions of the size grip.

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawSizeGrip Overload List