BooleanPathOp Enum

BooleanPathOp enumeration

Specifies the boolean operation used when combining two paths.

public enum BooleanPathOp

Values

NameValueDescription
Union0Union: the combined area of both paths.
Difference1Difference: the area of the first path minus the second path (A - B).
Intersection2Intersection: the area common to both paths.
Exclusion3Exclusion: the symmetric difference of the two paths (XOR).

See Also