Graphics::DrawArc Method

 

Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodDrawArc(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.

System_CAPS_pubmethodDrawArc(Pen^, Rectangle, Single, Single)

Draws an arc representing a portion of an ellipse specified by a Rectangle structure.

System_CAPS_pubmethodDrawArc(Pen^, RectangleF, Single, Single)

Draws an arc representing a portion of an ellipse specified by a RectangleF structure.

System_CAPS_pubmethodDrawArc(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.

Return to top
Show: