2016-10-08 02:09:31 +00:00
|
|
|
# Rectangle Object
|
|
|
|
|
2021-11-16 04:13:18 +00:00
|
|
|
* `x` number - The x coordinate of the origin of the rectangle (must be an integer).
|
|
|
|
* `y` number - The y coordinate of the origin of the rectangle (must be an integer).
|
|
|
|
* `width` number - The width of the rectangle (must be an integer).
|
|
|
|
* `height` number - The height of the rectangle (must be an integer).
|