Path.Xor Method

Returns a result of exclusive disjunction of the two paths.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Path Xor(
	Path path1,
	Path path2
)

Parameters

path1

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

The first path.
path2

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

The second path.

Return Value

The path that contains elements included in any of the given paths, but not in the both. Elements that are included in the both paths are removed from the result path.

See Also

Reference