Click or drag to resize

ClipperTranslatePaths(PathsD, Double, Double) Method

Translates floating-point paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD TranslatePaths(
	PathsD paths,
	double dx,
	double dy
)

Parameters

paths  PathsD
The paths to translate.
dx  Double
The horizontal offset.
dy  Double
The vertical offset.

Return Value

PathsD
The translated paths.
See Also