Rename bounds -> rectangle

This commit is contained in:
Samuel Attard 2016-10-08 13:09:31 +11:00
parent f80e81bf9f
commit 4d49156dac
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
14 changed files with 31 additions and 31 deletions

View file

@ -0,0 +1,6 @@
# Rectangle Object
* `x` Number - The x coordinate of the origin of the rectangle
* `y` Number - The y coordinate of the origin of the rectangle
* `width` Number
* `height` Number