You are here: Start » FIL.NET » Invoke.TranslatePoint_Toward
Translates a point towards another point by a specified distance.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePoint_Toward ( Fil.Point2D inPoint, Fil.Point2D inTargetPoint, float inDistance, bool inInverse, out Fil.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | |||
![]() | inTargetPoint | Fil.Point2D | Defines the direction of the translation. | ||
![]() | inDistance | float | The distance between inPoint and outPoint. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint | Fil.Point2D |