Table of Contents

Enum PathOperations

Namespace
Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly
Aspose.Imaging.dll

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

public enum PathOperations

Fields

CombineShapes = 1

Combine Shapes (OR operation). This is default value in Photoshop.

ExcludeOverlappingShapes = 0

Exclude Overlapping Shapes (XOR operation).

IntersectShapeAreas = 3

Intersect Shape Areas (AND operation).

SubtractFrontShape = 2

Subtract Front Shape (NOT operation).