You are here: Start » FIL.NET » Invoke.TranslatePoint
Translates a point by a vector.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePoint ( Fil.Point2D inPoint, Fil.Vector2D inDelta, bool inInverse, out Fil.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | |||
![]() | inDelta | Fil.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint | Fil.Point2D |


