Enum BooleanPathOp

Enum BooleanPathOp

Namespace: Aspose.Svg.Rendering
Assembly: Aspose.SVG.dll (25.8.0)

Specifies the boolean operation used when combining two paths.

[ComVisible(true)]
public enum BooleanPathOp

Fields

Difference = 1

Difference: the area of the first path minus the second path (A - B).

Exclusion = 3

Exclusion: the symmetric difference of the two paths (XOR).

Intersection = 2

Intersection: the area common to both paths.

Union = 0

Union: the combined area of both paths.