#include <gdi.h>
Data Fields
Detailed Description
Clipping region structure, alos used for general regions.
Definition at line 570 of file gdi.h.
Field Documentation
Head of the clipping rectangle list.
Definition at line 593 of file gdi.h.
The private block data heap used to allocate clipping rectangles.
- See also:
- BLOCKHEAP
Definition at line 602 of file gdi.h.
The bounding rect of the region.
Definition at line 589 of file gdi.h.
Reserved for alignment.
Definition at line 585 of file gdi.h.
Tail of the clipping rectangle list.
Definition at line 597 of file gdi.h.
Type of the region, can be one of the following:
- NULLREGION
A null region.
- SIMPLEREGION
A simple region.
- COMPLEXREGION
A complex region.
Definition at line 581 of file gdi.h.
The documentation for this struct was generated from the following file: