EMRFRAMERGN  3U.75K 

The EMRFRAMERGN structure contains members for the FrameRgnWO.RTM enhanced metafile record.

typedef struct tagEMRFRAMERGN

    EMR   emr;

    RECTL rclBounds;

    DWORD cbRgnData;

    DWORD ihBrush;

    SIZEL szlStroke;

    BYTE  RgnData[1];

} EMRFRAMERGN, *PEMRFRAMERGN;

 

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.

szlStroke

Width and height of region frame.

RgnData

Buffer containing RGNDATA structure.

 

See Also

FrameRgnWO.RTM, RGNDATAQ7BFWM