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

Invoke.TranslateBox

Shifts a box by a discreet vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslateBox
(
	Fil.Box inBox,
	int inDeltaX,
	int inDeltaY,
	bool inInverse,
	out Fil.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFil.BoxInput box.
inDeltaXintShift along the x axis.
inDeltaYintShift along the y axis.
inInverseboolSwitches to inverse operation.
outBoxFil.BoxShifted box.

See also