electron/docs/api/structures/rectangle.md

7 lines
324 B
Markdown
Raw Normal View History

2016-10-08 13:09:31 +11:00
# Rectangle Object
2017-06-13 11:51:55 -07: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)