EmfFloodFill
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfFloodFill extends System.Enum
The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation.
Fields
Field | Description |
---|---|
FLOODFILLBORDER | The fill area is bounded by a specific color |
FLOODFILLSURFACE | The fill area is defined by a specific color. |
FLOODFILLBORDER
public static final int FLOODFILLBORDER
The fill area is bounded by a specific color
FLOODFILLSURFACE
public static final int FLOODFILLSURFACE
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