WmfFloodFillMode

WmfFloodFillMode enumeration

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

public enum WmfFloodFillMode

Values

NameValueDescription
FloodFillBorder0The 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.
FloodFillSurface1The 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.

See Also