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


