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 RGNDATA structure.
See Also