ClipperReversePaths(PathsD) Method |
Returns reversed copies of floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD ReversePaths(
PathsD paths
)
Parameters
- paths PathsD
- The paths to reverse.
Return Value
PathsDThe reversed paths.
See Also