Enum EmfFloodFill
The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation.
public enum EmfFloodFill
Fields
FLOODFILLBORDER = 0
The fill area is bounded by a specific color
FLOODFILLSURFACE = 1
The fill area is defined by a specific color. Filling continues outward in all directions as long as the color is encountered. This style is useful for filling areas with multicolored boundaries