You are here: Start » FIL.NET » FIS.TranslateBox Method

FIS.TranslateBox Method

Shifts a box by a discreet vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslateBox
(
	FilNet.Box inBox,
	int inDeltaX,
	int inDeltaY,
	bool inInverse,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFilNet.BoxInput box.
inDeltaXintShift along the x axis.
inDeltaYintShift along the y axis.
inInverseboolSwitches to inverse operation.
outBoxFilNet.BoxShifted box.

See also