Прямоугольная область на экране. More...
#include <gr_screen_region.h>
Public Member Functions | |
grScreenRegion (int x, int y, int sx, int sy) | |
bool | operator== (const grScreenRegion ®) const |
bool | operator!= (const grScreenRegion ®) const |
grScreenRegion & | operator+= (const grScreenRegion ®) |
int | x () const |
int | y () const |
int | size_x () const |
int | size_y () const |
int | min_x () const |
int | max_x () const |
int | min_y () const |
int | max_y () const |
void | move (int dx, int dy) |
bool | is_empty () const |
bool | is_inside (int x, int y) const |
void | clear () |
Static Public Attributes | |
static const grScreenRegion | EMPTY |
Прямоугольная область на экране.