BooleanPathOp enumeration

BooleanPathOp enumeration

Specifies the boolean operation used when combining two paths.

The BooleanPathOp type exposes the following members:

Fields

FieldDescription
UNIONUnion: the combined area of both paths.
DIFFERENCEDifference: the area of the first path minus the second path (A - B).
INTERSECTIONIntersection: the area common to both paths.
EXCLUSIONExclusion: the symmetric difference of the two paths (XOR).

See Also