You are here: Start » FIL.NET » Invoke.TranslateRectangle

Invoke.TranslateRectangle

Translates a rectangle by a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inDeltaFil.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outRectangleFil.Rectangle2D

See also