Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 328 Bytes

rectangle.md

File metadata and controls

6 lines (5 loc) · 328 Bytes

Rectangle Object

  • 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).