Click or drag to resize

ClipperUnion(Paths64, FillRule) Method

Returns the union of an integer path collection.

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

Parameters

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

Return Value

Paths64
The union of the supplied path collection.
See Also