ClipperTranslatePaths(Paths64, Int64, Int64) Method |
Translates integer paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 TranslatePaths(
Paths64 paths,
long dx,
long dy
)
Parameters
- paths Paths64
- The paths to translate.
- dx Int64
- The horizontal offset.
- dy Int64
- The vertical offset.
Return Value
Paths64The translated paths.
See Also