Charting for WinForms Programmer's Guide
IGraphics.DrawEllipse Method
See Also
 






Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.

 Overload List

Name Description

IGraphics.DrawEllipse (Pen, Int32, Int32, Int32, Int32)

Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.

IGraphics.DrawEllipse (Pen, Rectangle)

Draws an ellipse specified by a bounding Rectangle structure.

IGraphics.DrawEllipse (Pen, RectangleF)

Draws an ellipse defined by a bounding RectangleF structure.

IGraphics.DrawEllipse (Pen, Single, Single, Single, Single)

Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace