You are here: Start » FIL.NET » FIS.TranslateBox Method
FIS.TranslateBox Method
Shifts a box by a discreet vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TranslateBox ( FilNet.Box inBox, int inDeltaX, int inDeltaY, bool inInverse, out FilNet.Box outBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | FilNet.Box | Input box. | ||
![]() | inDeltaX | int | Shift along the x axis. | ||
![]() | inDeltaY | int | Shift along the y axis. | ||
![]() | inInverse | bool | Switches to inverse operation. | ||
![]() | outBox | FilNet.Box | Shifted box. |