Path.DrawEllipse Method

Adds an ellipse to the path.

Overload List

Name Description
Public method DrawEllipse(RectangleF)

Adds an ellipse defined by a bounding RectangleF to the path.

Public method DrawEllipse(Single, Single, Single, Single)

Adds an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width to the path.

See Also

Reference