FillMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FillMode extends System.Enum
Specifies how the interior of a closed path is filled.
Fields
| Field | Description |
|---|---|
| Alternate | Specifies the alternate fill mode. |
| Winding | Specifies the winding fill mode. |
Alternate
public static final int Alternate
Specifies the alternate fill mode.
Winding
public static final int Winding
Specifies the winding fill mode.