2016-10-08 02:09:31 +00:00
|
|
|
# Rectangle Object
|
|
|
|
|
2018-07-20 17:58:19 +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).
|