This data type is used to describe a rectangle that can be drawn to the screen.
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.
Color color The color of the rectangle.