Click or drag to resize

ClipperTranslatePaths(Paths64, Int64, Int64) Method

Translates integer paths.

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

Paths64
The translated paths.
See Also