Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_CLIPRGN Struct Reference
[Region operations]

#include <gdi.h>

Data Fields


Detailed Description

Clipping region structure, alos used for general regions.

Definition at line 575 of file gdi.h.


Field Documentation

PCLIPRECT head
 

Head of the clipping rectangle list.

Definition at line 604 of file gdi.h.

PBLOCKHEAP heap
 

The private block data heap used to allocate clipping rectangles.

See also:
BLOCKHEAP

Definition at line 613 of file gdi.h.

RECT rcBound
 

The bounding rect of the region.

Definition at line 600 of file gdi.h.

BYTE reserved[3]
 

Reserved for alignment.

Note:
Only defined for _USE_NEWGAL.

Definition at line 595 of file gdi.h.

PCLIPRECT tail
 

Tail of the clipping rectangle list.

Definition at line 608 of file gdi.h.

BYTE type
 

Type of the region, can be one of the following:

  • NULLREGION
    A null region.
  • SIMPLEREGION
    A simple region.
  • COMPLEXREGION A complex region.

Note:
Only defined for _USE_NEWGAL.

Definition at line 589 of file gdi.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2