Search
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, Double, Double, Double, Double)

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

IGraphics.DrawEllipse (Pen, Rect)

Draws an ellipse defined by a bounding rectangle.

 See Also