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