GUIDOLib
1.7.7
A Music Score Rendering Engine
|
A structure to keep information about clipping and redrawing regions. More...
Public Attributes | |
bool | erase |
a flag to ignore the following rect and to redraw everything More... | |
int | left |
int | top |
int | right |
int | bottom |
A structure to keep information about clipping and redrawing regions.
int GPaintStruct::bottom |
bool GPaintStruct::erase |
a flag to ignore the following rect and to redraw everything
int GPaintStruct::left |
Absolute Guido virtual coordinates of the clipping rectangle. Only systems that intersect with this rectangle will be drawn.
int GPaintStruct::right |
int GPaintStruct::top |