Rectangle¶
Description¶
Describes a rectangle. This class is also a four-element collection.
Properties¶
bottom readonly | The bottom coordinate. |
height readonly | The height. |
left readonly | The left coordinate. |
length readonly | The array length. |
right readonly | The right coordinate. |
top readonly | The top coordinate. |
width readonly | The width. |
x readonly | The left coordinate. |
y readonly | The top coordinate. |