Ellipse.Ellipse

Ellipse constructor

Initializes a new instance of the Ellipse class.

public Ellipse(double left, double bottom, double width, double height)
ParameterTypeDescription
leftDoubleThe left position of the ellipse.
bottomDoubleThe bottom position of the ellipse.
widthDoubleThe width of the ellipse.
heightDoubleThe height of the ellipse.

See Also