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 EMRFRAMERGN structure contains members for the FrameRgn enhanced metafile record.
Syntax
typedef struct tagEMRFRAMERGN {
EMR emr;
RECTL rclBounds;
DWORD cbRgnData;
DWORD ihBrush;
SIZEL szlStroke;
BYTE RgnData[1];
} EMRFRAMERGN, *PEMRFRAMERGN;
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.
szlStroke
Width and height of region frame, in logical units.
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) |