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

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

GdiGraphics.DrawEllipse (Pen, Rectangle)

Draws an ellipse specified by a bounding Rectangle structure.

GdiGraphics.DrawEllipse (Pen, RectangleF)

Draws an ellipse defined by a bounding RectangleF structure.

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