Create rectangle.md

This commit is contained in:
ZhangYu 2017-04-07 10:44:41 +08:00 committed by GitHub
parent 30fe4a6f2b
commit 7a552da192

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