You are here: Start » FIL.NET » FIS.TranslatePoint_Toward Method

FIS.TranslatePoint_Toward Method

Translates a point towards another point by a specified distance.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePoint_Toward
(
	FilNet.Point2D inPoint,
	FilNet.Point2D inTargetPoint,
	float inDistance,
	bool inInverse,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inTargetPointFilNet.Point2DDefines the direction of the translation.
inDistancefloatThe distance between inPoint and outPoint.
inInverseboolSwitches to the inverse operation.
outPointFilNet.Point2D

See also