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