Click or drag to resize

ClipperDAddPaths(PathsD, PathType, Boolean) Method

Adds multiple floating-point paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddPaths(
	PathsD paths,
	PathType polytype,
	bool isOpen = false
)

Parameters

paths  PathsD
The paths to add.
polytype  PathType
The path role in the clipping operation.
isOpen  Boolean  (Optional)
Set to when the paths are open.
See Also