You are here: Start » FIL.NET » Invoke.ResizeBox_Delta

Invoke.ResizeBox_Delta

Changes the dimensions of a box by adding some values.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeBox_Delta
(
	Fil.Box inBox,
	Fil.Anchor2D inAnchor,
	int inWidthDelta,
	int inHeightDelta,
	out Fil.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFil.BoxInput box.
inAnchorFil.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.
outBoxFil.BoxResized box.

See also