5#ifndef INCLUDE_FIFECHAN_CLIPRECTANGLE_HPP_
6#define INCLUDE_FIFECHAN_CLIPRECTANGLE_HPP_
8#include "fifechan/platform.hpp"
9#include "fifechan/rectangle.hpp"
25 ClipRectangle() =
default;
int xOffset
Holds the x offset of the x coordinate.
ClipRectangle & operator=(Rectangle const &other)
Copy constructor.
int yOffset
Holds the y offset of the y coordinate.
int width
Holds the width of the rectangle.
int y
Holds the x coordinate of the rectangle.
int x
Holds the x coordinate of the rectangle.
int height
Holds the height of the rectangle.