Click or drag to resize

ClipperPathDToString Method

Converts a floating-point 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 PathDToString(
	PathD path
)

Parameters

path  PathD
The path to convert.

Return Value

String
A string representation of the path.
See Also