ClipperTranslatePaths(PathsD, Double, Double) Method |
Translates floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD TranslatePaths(
PathsD paths,
double dx,
double dy
)
Parameters
- paths PathsD
- The paths to translate.
- dx Double
- The horizontal offset.
- dy Double
- The vertical offset.
Return Value
PathsDThe translated paths.
See Also