Click or drag to resize

ClipperPaths64ToString Method

Converts integer paths to a string.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string Paths64ToString(
	Paths64 paths
)

Parameters

paths  Paths64
The paths to convert.

Return Value

String
A string representation of the paths.
See Also