.NET Framework Class Library
Graphics..::.DrawRectangle Method
Draws a rectangle specified by a coordinate pair, a width, and a height.
|
| Name | Description |
|---|
.gif) .gif) | DrawRectangle(Pen, Rectangle) | Draws a rectangle specified by a Rectangle structure. |
.gif) .gif) | DrawRectangle(Pen, Int32, Int32, Int32, Int32) | Draws a rectangle specified by a coordinate pair, a width, and a height. |
.gif) | DrawRectangle(Pen, Single, Single, Single, Single) | Draws a rectangle specified by a coordinate pair, a width, and a height. |
Top
Reference