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


