EMRFILLRGN
The EMRFILLRGN
structure contains members for the FillRgn
typedef struct tagEMRFILLRGN
{
EMR
emr;
RECTL
rclBounds;
DWORD cbRgnData;
DWORD
ihBrush;
BYTE RgnData[1];
} EMRFILLRGN, *PEMRFILLRGN;
Members
emr
Base
structure for all record types.
rclBounds
Bounding
rectangle, in device units.
cbRgnData
Size of
region data, in bytes.
ihBrush
Index of
brush, in handle table.
RgnData
Buffer
containing RGNDATA structure.
See Also
FillRgn, RGNDATA