[]
Data structure with top-left coordinates (x, y) and size (width, height) of the rectangle.
PointLocation
Size
height: number;
Height.
Size.height
height
width: number;
Width.
Size.width
width
x: number;
X position.
PointLocation.x
x
y: number;
Y position.
PointLocation.y
y