Click or drag to resize

ReuseableDataContainer64AddPaths Method

Adds paths to the reusable input container.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddPaths(
	Paths64 paths,
	PathType pt,
	bool isOpen
)

Parameters

paths  Paths64
The paths to add.
pt  PathType
The path role in the clipping operation.
isOpen  Boolean
Set to when the paths are open.
See Also