Charting for WinForms Programmer's Guide
GdiGraphics.DrawArc Method
See Also
 






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

 Overload List

Name Description

GdiGraphics.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.

GdiGraphics.DrawArc (Pen, Rectangle, Single, Single)

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

GdiGraphics.DrawArc (Pen, RectangleF, Single, Single)

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

GdiGraphics.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

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace