Path.Ellipse Method

Creates a new Path shaped as an ellipse.

Overload List

Name Description
Public method Static member Ellipse(RectangleF)

Creates a new Path shaped as an ellipse defined by a bounding RectangleF.

Public method Static member Ellipse(Single, Single, Single, Single)

Creates a new Path shaped as an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.

See Also

Reference