public final class PathOperations
extends com.aspose.ms.System.Enum
The operations for the path shapes combining (Boolean operations).
Modifier and Type | Field and Description |
---|---|
static int |
CombineShapes
Combine Shapes (OR operation).
|
static int |
ExcludeOverlappingShapes
Exclude Overlapping Shapes (XOR operation).
|
static int |
IntersectShapeAreas
Intersect Shape Areas (AND operation).
|
static int |
SubtractFrontShape
Subtract Front Shape (NOT operation).
|
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 ExcludeOverlappingShapes
Exclude Overlapping Shapes (XOR operation).
public static final int CombineShapes
Combine Shapes (OR operation). This is default value in Photoshop.
public static final int SubtractFrontShape
Subtract Front Shape (NOT operation).
public static final int IntersectShapeAreas
Intersect Shape Areas (AND operation).