ClipperPathDToString Method |
Converts a floating-point path to a string.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string PathDToString(
PathD path
)
Parameters
- path PathD
- The path to convert.
Return Value
StringA string representation of the path.
See Also