Click or drag to resize

ClipperXor(PathsD, PathsD, FillRule, Int32) Method

Returns the exclusive-or of two floating-point path collections.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD Xor(
	PathsD subject,
	PathsD clip,
	FillRule fillRule,
	int precision = 2
)

Parameters

subject  PathsD
The subject paths.
clip  PathsD
The clip paths.
fillRule  FillRule
The fill rule to apply during clipping.
precision  Int32  (Optional)
The decimal precision used for conversion during clipping.

Return Value

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