EMREXTFLOODFILL

The EMREXTFLOODFILL structure contains members for the ExtFloodFill enhanced metafile record.

typedef struct tagEMREXTFLOODFILL
{
EMR emr;

POINTL ptlStart;

COLORREF crColor;

DWORD iMode;

} EMREXTFLOODFILL, *PEMREXTFLOODFILL;

Members

emr

Base structure for all record types.

ptlStart

Coordinates where filling begins.

crColor

Color of fill.

iMode

Type of fill operation to be performed. This member must be either the FLOODFILLBORDER or FLOODFILLSURFACE value.

See Also

ExtFloodFill