Click or drag to resize

ClipperXor(Paths64, Paths64, FillRule) Method

Returns the exclusive-or of two integer path collections.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 Xor(
	Paths64 subject,
	Paths64 clip,
	FillRule fillRule
)

Parameters

subject  Paths64
The subject paths.
clip  Paths64
The clip paths.
fillRule  FillRule
The fill rule to apply during clipping.

Return Value

Paths64
The exclusive-or of the supplied path collections.
See Also