You are here: Start » FIL.NET » Invoke.TranslatePointArray
Translates an array of points by a vector.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePointArray ( List<Fil.Point2D> inPoints, Fil.Vector2D inDelta, bool inInverse, List<Fil.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | inDelta | Fil.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints | System.Collections.Generic.List<Fil.Point2D> |