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 574 of file gdi.h.


Field Documentation

PCLIPRECT head
 

Head of the clipping rectangle list.

Definition at line 603 of file gdi.h.

PBLOCKHEAP heap
 

The private block data heap used to allocate clipping rectangles.

See also:
BLOCKHEAP

Definition at line 612 of file gdi.h.

RECT rcBound
 

The bounding rect of the region.

Definition at line 599 of file gdi.h.

BYTE reserved[3]
 

Reserved for alignment.

Note:
Only defined for _USE_NEWGAL.

Definition at line 594 of file gdi.h.

PCLIPRECT tail
 

Tail of the clipping rectangle list.

Definition at line 607 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 588 of file gdi.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2