Creates a rectangle starting from the top left corner.
X coordinates of left up corner
Y coordinates of left up corner
Width of rectangle
Height of rectangle
(x, y) *----------+ | | height +----------+ width
See Implementation
Creates a rectangle starting from the top left corner.