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