Click or drag to resize

ClipperOffsetPath Method

[Missing <summary> documentation for "M:Clipper2Lib.Clipper.OffsetPath(Clipper2Lib.Path64,System.Int64,System.Int64)"]


Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Path64 OffsetPath(
	Path64 path,
	long dx,
	long dy
)

Parameters

path  Path64

[Missing <param name="path"/> documentation for "M:Clipper2Lib.Clipper.OffsetPath(Clipper2Lib.Path64,System.Int64,System.Int64)"]

dx  Int64

[Missing <param name="dx"/> documentation for "M:Clipper2Lib.Clipper.OffsetPath(Clipper2Lib.Path64,System.Int64,System.Int64)"]

dy  Int64

[Missing <param name="dy"/> documentation for "M:Clipper2Lib.Clipper.OffsetPath(Clipper2Lib.Path64,System.Int64,System.Int64)"]

Return Value

Path64

[Missing <returns> documentation for "M:Clipper2Lib.Clipper.OffsetPath(Clipper2Lib.Path64,System.Int64,System.Int64)"]

See Also