PathOperations

PathOperations enumeration

The operations for the path shapes combining (Boolean operations).

public enum PathOperations

Values

NameValueDescription
ExcludeOverlappingShapes0Exclude Overlapping Shapes (XOR operation).
CombineShapes1Combine Shapes (OR operation). This is default value in Photoshop.
SubtractFrontShape2Subtract Front Shape (NOT operation).
IntersectShapeAreas3Intersect Shape Areas (AND operation).

See Also