Rectangle

qtype_ddmarker/shapes~ Rectangle

new Rectangle(label, xopt, yopt, widthopt, heightopt)

Source:

A shape that is a rectangle.

Parameters:
Name Type Attributes Description
label String

name of this area.

x int <optional>

top left X.

y int <optional>

top left Y.

width int <optional>

width.

height int <optional>

height.