Draws a rectangle specified by a System.Drawing.Rectangle structure.
Overload List
| Overload | Description |
| DrawRectangle(Pen,Rectangle) | Draws a rectangle specified by a System.Drawing.Rectangle structure. |
| DrawRectangle(Pen,RectangleF) | Draws a rectangle specified by a System.Drawing.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. |
| DrawRectangle(Pen,Rectangle,Size) | Draws a round corner rectangle specified by a System.Drawing.Rectangle structure. |
| DrawRectangle(Pen,RectangleF,SizeF) | Draws a round corner rectangle specified by a System.Drawing.RectangleF structure. |
See Also