Class
Describes a rectangle. This class is also a four-element collection.
Rectangle
Properties
Property | Type | Access | Description |
---|---|---|---|
bottom | number | r/w | The bottom coordinate. |
height | number | r/w | The height. |
left | number | r/w | The left coordinate. |
length | number | readonly | The array length. (default: 4) |
right | number | r/w | The right coordinate. |
top | number | r/w | The top coordinate. |
width | number | r/w | The width. |
x | number | r/w | The left coordinate. |
y | number | r/w | The top coordinate. |
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |