You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.ResizeBox_Delta

FIL.ResizeBox_Delta

Changes the dimensions of a box by adding some values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Negative box dimensions in ResizeBox_Delta.

See also