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

FIS.TranslatePoint Method

Translates a point by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePoint
(
	FilNet.Point2D inPoint,
	FilNet.Vector2D inDelta,
	bool inInverse,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inDeltaFilNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPointFilNet.Point2D

See also