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

See also