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.4.0

Members

Member nameDescription
COMBINE_SHAPESCombine Shapes (OR operation). This is default value in Photoshop.
EXCLUDE_OVERLAPPING_SHAPESExclude Overlapping Shapes (XOR operation).
INTERSECT_SHAPE_AREASIntersect Shape Areas (AND operation).
SUBTRACT_FRONT_SHAPESubtract Front Shape (NOT operation).