Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The EMRFILLRGN structure contains members for the FillRgn enhanced metafile record.
Syntax
typedef struct tagEMRFILLRGN {
EMR emr;
RECTL rclBounds;
DWORD cbRgnData;
DWORD ihBrush;
BYTE RgnData[1];
} EMRFILLRGN, *PEMRFILLRGN;
Members
emr
The 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[1]
Buffer containing RGNDATA structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |