EmfPolygonFillMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPolygonFillMode extends System.Enum
The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled.
Fields
Field | Description |
---|---|
ALTERNATE | Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line). |
WINDING | Selects winding mode (fills any region with a nonzero winding value). |
ALTERNATE
public static final int ALTERNATE
Selects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
WINDING
public static final int WINDING
Selects winding mode (fills any region with a nonzero winding value).