Create rectangle.md
This commit is contained in:
parent
30fe4a6f2b
commit
7a552da192
1 changed files with 6 additions and 0 deletions
6
docs-translations/zh-CN/api/structures/rectangle.md
Normal file
6
docs-translations/zh-CN/api/structures/rectangle.md
Normal 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
|
Loading…
Add table
Reference in a new issue