You are here: Start » FIL.NET » FIS.TranslateLocation Method
FIS.TranslateLocation Method
Shifts a Location by a given number of pixels along each axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TranslateLocation ( FilNet.Location inLocation, int inDeltaX, int inDeltaY, bool inInverse, out FilNet.Location outLocation )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLocation | FilNet.Location | Input location. | ||
![]() | inDeltaX | int | Shift along the x axis. | ||
![]() | inDeltaY | int | Shift along the y axis. | ||
![]() | inInverse | bool | Switches to inverse operation. | ||
![]() | outLocation | FilNet.Location | Shifted location. |