A structure to keep information about clipping and redrawing regions.
More...
List of all members.
Public Attributes |
| bool | erase |
| | a flag to ignore the following rect and to redraw everything
|
| int | left |
| int | top |
| int | right |
| int | bottom |
Detailed Description
A structure to keep information about clipping and redrawing regions.
Member Data Documentation
a flag to ignore the following rect and to redraw everything
Absolute Guido virtual coordinates of the clipping rectangle. Only systems that intersect with this rectangle will be drawn.