#include <cliprectangle.hpp>
Inheritance diagram for gcn::ClipRectangle:
It is a regular Rectangle extended with variables for x offsets and y offsets.
Definition at line 67 of file cliprectangle.hpp.
Public Member Functions | |
ClipRectangle () | |
Constructor. | |
ClipRectangle (int x, int y, int width, int height, int xOffset, int yOffset) | |
Constructor. | |
const ClipRectangle & | operator= (const Rectangle &other) |
Copies x, y, width and height field from a Rectangle. | |
Public Attributes | |
int | xOffset |
x-origin of drawing (used by Graphics). | |
int | yOffset |
y-origin of drawing (used by Graphics) |
|
Constructor.
Definition at line 68 of file cliprectangle.cpp. |
|
Copies x, y, width and height field from a Rectangle.
Definition at line 78 of file cliprectangle.cpp. |