mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
324 B
324 B
Rectangle Object
xNumber - The x coordinate of the origin of the rectangle (must be an integer)yNumber - The y coordinate of the origin of the rectangle (must be an integer)widthNumber - The width of the rectangle (must be an integer)heightNumber - The height of the rectangle (must be an integer)