You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Fil.Path> | |||
![]() | inDelta | Fil.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPaths | System.Collections.Generic.List<Fil.Path> |