PathOperations Enumeration
The operations for the path shapes combining (Boolean operations).
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.PathOperations
Aspose.PSD Version: 24.9.0
Members
Member name | Description |
---|---|
COMBINE_SHAPES | Combine Shapes (OR operation). This is default value in Photoshop. |
EXCLUDE_OVERLAPPING_SHAPES | Exclude Overlapping Shapes (XOR operation). |
INTERSECT_SHAPE_AREAS | Intersect Shape Areas (AND operation). |
SUBTRACT_FRONT_SHAPE | Subtract Front Shape (NOT operation). |