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
inLocationFil.LocationInput location.
inDeltaXintShift along the x axis.
inDeltaYintShift along the y axis.
inInverseboolSwitches to inverse operation.
outLocationFil.LocationShifted location.

See also