This documentation is archived and is not being maintained.
Graphics::DrawRectangle Method
Visual Studio 2008
Draws a rectangle specified by a coordinate pair, a width, and a height.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DrawRectangle(Pen, Rectangle) | Draws a rectangle specified by a Rectangle structure. |
|
DrawRectangle(Pen, Int32, Int32, Int32, Int32) | Draws a rectangle specified by a coordinate pair, a width, and a height. |
|
DrawRectangle(Pen, Single, Single, Single, Single) | Draws a rectangle specified by a coordinate pair, a width, and a height. |
Show: