11.1.64 Rect

(usage)

<Rect> string </Rect>

(description)

Describes the width, height, and point origin of a rectangle.

[types assignable to]

Rect x:Object

(used by)

Rect RectangleGeometry

[is default constructible]

False

[is nullable]

False

[text syntax]

RectSyntax

(properties)

Height

x:Double

(description)

The height of the rectangle.

Width

x:Double

(description)

The width of the rectangle.

X

x:Double

(description)

The x-axis value of the left side of the rectangle.

Y

x:Double

(description)

The y-axis value of the top side of the rectangle.