mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Merge pull request #9721 from brianfajardo/patch-1
Update rectangle.md (issue #9552)
This commit is contained in:
@@ -1,6 +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
|
||||
* `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)
|
||||
|
||||
Reference in New Issue
Block a user