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

FIS.TranslatePathArray Method

Translates an array of paths by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePathArray
(
	IList<FilNet.Path> inPaths,
	FilNet.Vector2D inDelta,
	bool inInverse,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inDeltaFilNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

See also