public final class WmfPolyFillMode
extends com.aspose.ms.System.Enum
The PolyFillMode Enumeration specifies the method used for filling a polygon.
Modifier and Type | Field and Description |
---|---|
static short |
Alternate
Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
|
static short |
Winding
Selects winding mode (fills any region with a nonzero winding value)
|
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 short Alternate
Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
public static final short Winding
Selects winding mode (fills any region with a nonzero winding value)