2.1.1.9 FloodFill Enumeration

The FloodFill Enumeration specifies the type of fill operation to be performed.

 typedef  enum
 {
   FLOODFILLBORDER = 0x0000,
   FLOODFILLSURFACE = 0x0001
 } FloodFill;

FLOODFILLBORDER: The fill area is bounded by the color specified by the Color member. This style is identical to the filling performed by the META_FLOODFILL Record (section 2.3.3.7).

FLOODFILLSURFACE: The fill area is bounded by the color that is specified by the Color member. Filling continues outward in all directions as long as the color is encountered. This style is useful for filling areas with multicolored boundaries.