2.3.5.6 EMR_EXTFLOODFILL Record

The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Type

Size

Start

...

Color

FloodFillMode

Type (4 bytes): An unsigned integer that identifies this record type as EMR_EXTFLOODFILL. This value is 0x00000035.

Size (4 bytes): An unsigned integer that specifies the size of this record in bytes.

Start (8 bytes): A PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins.

Color (4 bytes): A ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill.

FloodFillMode (4 bytes): An unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. This value is in the FloodFill enumeration (section 2.1.13).

See section 2.3.5 for more drawing record types.