Click or drag to resize

ClipperTranslatePath(PathD, Double, Double) Method

[Missing <summary> documentation for "M:Clipper2Lib.Clipper.TranslatePath(Clipper2Lib.PathD,System.Double,System.Double)"]


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

Parameters

path  PathD

[Missing <param name="path"/> documentation for "M:Clipper2Lib.Clipper.TranslatePath(Clipper2Lib.PathD,System.Double,System.Double)"]

dx  Double

[Missing <param name="dx"/> documentation for "M:Clipper2Lib.Clipper.TranslatePath(Clipper2Lib.PathD,System.Double,System.Double)"]

dy  Double

[Missing <param name="dy"/> documentation for "M:Clipper2Lib.Clipper.TranslatePath(Clipper2Lib.PathD,System.Double,System.Double)"]

Return Value

PathD

[Missing <returns> documentation for "M:Clipper2Lib.Clipper.TranslatePath(Clipper2Lib.PathD,System.Double,System.Double)"]

See Also