Offsets an integer path by the specified translation.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Path64 OffsetPath(
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