Enum PathOperations
PathOperations enumeration
The operations for the path shapes combining (Boolean operations).
public enum PathOperations
Values
Name | Value | Description |
---|---|---|
ExcludeOverlappingShapes | 0 | Exclude Overlapping Shapes (XOR operation). |
CombineShapes | 1 | Combine Shapes (OR operation). This is default value in Photoshop. |
SubtractFrontShape | 2 | Subtract Front Shape (NOT operation). |
IntersectShapeAreas | 3 | Intersect Shape Areas (AND operation). |
See Also
- namespace Aspose.Imaging.FileFormats.Core.VectorPaths
- assembly Aspose.Imaging