Graphics::DrawArc Method
.NET Framework (current version)
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | 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^, Rectangle, Single, Single) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. |
![]() | DrawArc(Pen^, RectangleF, Single, Single) | Draws an arc representing a portion of an ellipse specified by a RectangleF structure. |
![]() | 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. |
Show:
