You are here: Start » FIL.NET » Invoke.TranslatePoint_Toward

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
inPointFil.Point2D
inTargetPointFil.Point2DDefines the direction of the translation.
inDistancefloatThe distance between inPoint and outPoint.
inInverseboolSwitches to the inverse operation.
outPointFil.Point2D

See also