Rectangle

Rectangle data structure describes rectangle

Rectangle example:


{
   "Height": 0,
   "Width": 0,
   "X": 0,
   "Y": 0
}
NameDescription
HeightRectangle height
WidthRectangle width
XX coordinate
YY coordinate