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

Invoke.TranslateBox

Shifts a box by a discreet vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also