Search
IGraphics.DrawEllipse Method
See Also
 






Draws an ellipse.

 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 specified by a bounding Rectangle structure.

 See Also