Public Attributes

GPaintStruct Struct Reference

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

bool erase

a flag to ignore the following rect and to redraw everything

int left

Absolute Guido virtual coordinates of the clipping rectangle. Only systems that intersect with this rectangle will be drawn.

int top
int right
int bottom