Graphics::DrawRectangle Method
.NET Framework (current version)
Draws a rectangle specified by a coordinate pair, a width, and a height.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawRectangle(Pen^, Int32, Int32, Int32, Int32) | Draws a rectangle specified by a coordinate pair, a width, and a height. |
![]() | DrawRectangle(Pen^, Rectangle) | Draws a rectangle specified by a Rectangle structure. |
![]() | DrawRectangle(Pen^, Single, Single, Single, Single) | Draws a rectangle specified by a coordinate pair, a width, and a height. |
Show:
