Click or drag to resize

ClipperPathsDToString Method

Converts floating-point 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 PathsDToString(
	PathsD paths
)

Parameters

paths  PathsD
The paths to convert.

Return Value

String
A string representation of the paths.
See Also