ControlPaint::DrawSizeGrip Method (Graphics^, Color, Rectangle)
.NET Framework (current version)
Draws a size grip on a form with the specified bounds and background color and on the specified graphics surface.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- backColor
-
Type:
System.Drawing::Color
The Color of the background used to determine the colors of the size grip.
- bounds
-
Type:
System.Drawing::Rectangle
The Rectangle that represents the dimensions of the size grip.
The backColor parameter is used to calculate the color of the size grip so that it is always visible against the background.
When you define a sizable window, you can include a size grip. A size grip is a special handle that enables the user to resize a window.
.NET Framework
Available since 1.1
Available since 1.1
Show: