Click or drag to resize

ClipperUnion(PathsD, FillRule) Method

Returns the union of a floating-point path collection.

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

Parameters

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

Return Value

PathsD
The union of the supplied path collection.
See Also