This data type is used to describe a rectangle.
Fields
int x The x-coordinate of the top-left corner of the rectangle.
int y The y-coordinate of the top-left corner of the rectangle.
int width The width of the rectangle.
int height The height of the rectangle.