GraphicsDrawRectangle Method |
Name | Description | |
---|---|---|
![]() ![]() | DrawRectangle(Pen, Rectangle) |
Draws a rectangle specified by a Rectangle structure.
|
![]() | DrawRectangle(Pen, RectangleF) |
Draws a rectangle specified by a RectangleF 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.
|