ClipperTranslatePath(PathD, Double, Double) Method |
Translates a floating-point path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD TranslatePath(
PathD path,
double dx,
double dy
)
Parameters
- path PathD
- The path to translate.
- dx Double
- The horizontal offset.
- dy Double
- The vertical offset.
Return Value
PathDThe translated path.
See Also