ClipperTranslatePath(Path64, Int64, Int64) Method |
Translates an integer path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Path64 TranslatePath(
Path64 path,
long dx,
long dy
)
Parameters
- path Path64
- The path to translate.
- dx Int64
- The horizontal offset.
- dy Int64
- The vertical offset.
Return Value
Path64The translated path.
See Also