You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TranslatePointArray

FIL.TranslatePointArray

Translates an array of points by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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