You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TranslatePoint
Translates a point by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |
Examples
![]() |
![]() |
TranslatePoint performed on the sample point, inDelta = (80.0, 120.0) and inInverse = False.