You are here: Start » FIL.NET » Function Reference » Basic » Location » FIL.TranslateLocation

FIL.TranslateLocation

Shifts a Location by a given number of pixels along each axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TranslateLocation
(
	FilNet.Location inLocation,
	int inDeltaX,
	int inDeltaY,
	bool inInverse,
	out FilNet.Location outLocation
)

Parameters

Name Type Range Default Description
inLocationFilNet.LocationInput location.
inDeltaXintShift along the x axis.
inDeltaYintShift along the y axis.
inInverseboolSwitches to inverse operation.
outLocationFilNet.LocationShifted location.

See also