You are here: Start » FIL.NET » Invoke.TranslatePath
Translates a path by a vector.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePath ( Fil.Path inPath, Fil.Vector2D inDelta, bool inInverse, Fil.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inDelta | Fil.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPath | Fil.Path | Output path. |


