Charting for WinForms Programmer's Guide
IGraphics.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

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

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

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

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

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

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

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace