Rectangle

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

Parameters

start

The top-left Point of the rectangle.

width

An Expression representing the width of the rectangle.

height

An Expression representing the height of the rectangle.