public final class WmfFloodFillMode
extends com.aspose.ms.System.Enum
The FloodFill Enumeration specifies the type of fill operation to be performed.
Modifier and Type | Field and Description |
---|---|
static int |
FloodFillBorder
The fill area is bounded by the color specified by the Color member.
|
static int |
FloodFillSurface
The fill area is bounded by the color that is specified by the Color
member.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int 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.
public static final int 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.