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

Invoke.TranslatePathArray

Translates an array of paths by a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslatePathArray
(
	List<Fil.Path> inPaths,
	Fil.Vector2D inDelta,
	bool inInverse,
	List<Fil.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>
inDeltaFil.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.List<Fil.Path>

See also