EMRFILLPATH, EMRSTROKEANDFILLPATH, EMRSTROKEPATH

The EMRFILLPATH, EMRSTROKEANDFILLPATH, and EMRSTROKEPATH structures contain members for the FillPath, StrokeAndFillPath, and StrokePath enhanced metafile records.

typedef struct tagEMRFILLPATH
{
    EMR   emr; 
    RECTL rclBounds; 
} EMRFILLPATH,          *PEMRFILLPATH,
  EMRSTROKEANDFILLPATH, *PEMRSTROKEANDFILLPATH,
  EMRSTROKEPATH,        *PEMRSTROKEPATH; 
 

Members

emr
Base structure for all record types.
rclBounds
Bounding rectangle, in device units.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures