EMRINVERTRGN, EMRPAINTRGN

The EMRINVERTRGN and EMRPAINTRGN structures contain members for the InvertRgn and PaintRgn enhanced metafile records.

typedef struct tagEMRINVERTRGN
{
    EMR   emr; 
    RECTL rclBounds; 
    DWORD cbRgnData; 
    BYTE  RgnData[1]; 
} EMRINVERTRGN, *PEMRINVERTRGN,
  EMRPAINTRGN,  *PEMRPAINTRGN; 
 

Members

emr
Base structure for all record types.
rclBounds
Bounding rectangle, in device units.
cbRgnData
Size of region data, in bytes.
RgnData
Buffer containing an RGNDATA structure.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, InvertRgn, PaintRgn