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

FIS.ResizeBox_Delta Method

Changes the dimensions of a box by adding some values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeBox_Delta
(
	FilNet.Box inBox,
	FilNet.Anchor2D inAnchor,
	int inWidthDelta,
	int inHeightDelta,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFilNet.BoxInput box.
inAnchorFilNet.Anchor2DTopLeftPoint of the box which position will not change. Default value: TopLeft.
inWidthDeltaint0Value added to width of the box. Default value: 0.
inHeightDeltaint0Value added to height of the box. Default value: 0.
outBoxFilNet.BoxResized box.

See also