Click or drag to resize

ClipperDAddPath(PathD, PathType, Boolean) Method

Adds a floating-point path.

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

Parameters

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