Click or drag to resize

ClipperDAddClip(PathsD) Method

Adds clip paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddClip(
	PathsD paths
)

Parameters

paths  PathsD
The clip paths to add.
See Also