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

FIS.TranslatePointArray Method

Translates an array of points by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePointArray
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Vector2D inDelta,
	bool inInverse,
	IList<FilNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inDeltaFilNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also