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

FIL.TranslateRectangle

Translates a rectangle by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TranslateRectangle
(
	FilNet.Rectangle2D inRectangle,
	FilNet.Vector2D inDelta,
	bool inInverse,
	out FilNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inDeltaFilNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outRectangleFilNet.Rectangle2D

Examples

TranslateRectangle performed on the sample rectangle, inDelta = (60.0, 80.0) and inInverse = False.

See also