mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
7 lines
181 B
Markdown
7 lines
181 B
Markdown
# 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
|