You are here: Start » FIL.NET » FIS.TranslatePath Method

FIS.TranslatePath Method

Translates a path by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also