public final class EmfPolygonFillMode
extends com.aspose.ms.System.Enum
The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled.
Modifier and Type | Field and Description |
---|---|
static int |
ALTERNATE
Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
|
static int |
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 int ALTERNATE
Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
public static final int WINDING
Selects winding mode (fills any region with a nonzero winding value).