EMRFILLPATH structure (wingdi.h)

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

Syntax

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.

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)

See also

Metafile Structures

Metafiles Overview