You are here: Start » FIL.NET » Invoke.TranslatePath

Invoke.TranslatePath

Translates a path by a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslatePath
(
	Fil.Path inPath,
	Fil.Vector2D inDelta,
	bool inInverse,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inDeltaFil.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathFil.PathOutput path.

See also