Click or drag to resize

ClipperOffsetPath Method

Offsets an integer path by the specified translation.

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

Path64
The translated path.
See Also