Click or drag to resize

ClipperTranslatePath(Path64, Int64, Int64) Method

Translates an integer path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Path64
The translated path.
See Also