Draws an arc representing a portion of an ellipse specified by a System.Drawing.Rectangle structure.
Overload List
| Overload | Description |
| DrawArc(Pen,Rectangle,Single,Single) | Draws an arc representing a portion of an ellipse specified by a System.Drawing.Rectangle structure. |
| DrawArc(Pen,RectangleF,Single,Single) | Draws an arc representing a portion of an ellipse specified by a System.Drawing.RectangleF structure. |
| DrawArc(Pen,Int32,Int32,Int32,Int32,Int32,Int32) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. |
| DrawArc(Pen,Single,Single,Single,Single,Single,Single) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. |
See Also