A Rectangle specifies an area that is enclosed by it’s top-left point (x, y), its width, and its height. It should not be confused with a rectangular path, it is not an item.
Rectangle(point, size)
Rectangle(object)
Rectangle(x, y, width, height)
Rectangle(from, to)
Rectangle(rectangle)
x
y
width
height
point
size
left
top
right
bottom