Rect
Create a new rectangle, initialized with the values in the specified rectangle (which is left unmodified).
Parameters
r
The rectangle whose coordinates are copied into the new rectangle.
Parameters
left
The X coordinate of the left side of the rectangle
top
The Y coordinate of the top of the rectangle
right
The X coordinate of the right side of the rectangle
bottom
The Y coordinate of the bottom of the rectangle