Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsFillRule |
XpsPathGeometry.getFillRule()
Returns the value specifying how the intersecting areas of geometric
shapes are combined to form a region.
|
static XpsFillRule |
XpsFillRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsFillRule[] |
XpsFillRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XpsPathGeometry.setFillRule(XpsFillRule value)
Sets the value specifying how the intersecting areas of geometric
shapes are combined to form a region.
|