Ellipse

constructor(center: Point, width: Expression, height: Expression)

Parameters

center

The center Point of the ellipse.

width

An Expression representing the width of the ellipse.

height

An Expression representing the height of the ellipse.