You are here: Start » FIL.NET » Invoke.TranslateLine
Translates a line by a vector.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslateLine ( Fil.Line2D inLine, Fil.Vector2D inDelta, bool inInverse, Fil.TranslateAlignment inDeltaAlignment, out Fil.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine | Fil.Line2D | |||
![]() | inDelta | Fil.Vector2D | Vector of translation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | inDeltaAlignment | Fil.TranslateAlignment | |||
![]() | outLine | Fil.Line2D |


