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


