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.

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, ExtFloodFill