You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inBox | Avl.Box | Input box. | ||
![]()  | inDeltaX | int | Shift along the x axis. | ||
![]()  | inDeltaY | int | Shift along the y axis. | ||
![]()  | inInverse | bool | Switches to inverse operation. | ||
![]()  | outBox | Avl.Box | Shifted box. | 


