Click or drag to resize

ClipperPath64ToString Method

Converts an integer path to a string.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string Path64ToString(
	Path64 path
)

Parameters

path  Path64
The path to convert.

Return Value

String
A string representation of the path.
See Also