BooleanPathOp Enum
BooleanPathOp enumeration
Specifies the boolean operation used when combining two paths.
public enum BooleanPathOp
Values
Name | Value | Description |
---|---|---|
Union | 0 | Union: the combined area of both paths. |
Difference | 1 | Difference: the area of the first path minus the second path (A - B). |
Intersection | 2 | Intersection: the area common to both paths. |
Exclusion | 3 | Exclusion: the symmetric difference of the two paths (XOR). |
See Also
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG