You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.TranslatePath

FIL.TranslatePath

Translates a path by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inDeltaFilNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathFilNet.PathOutput path.

Examples

TranslatePath run on the sample paths with inDelta = Vector2D(50,0).

See also