Click or drag to resize

ClipperTranslatePath(PathD, Double, Double) Method

Translates a floating-point path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD TranslatePath(
	PathD path,
	double dx,
	double dy
)

Parameters

path  PathD
The path to translate.
dx  Double
The horizontal offset.
dy  Double
The vertical offset.

Return Value

PathD
The translated path.
See Also