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

Invoke.ResizeBox_Delta

Changes the dimensions of a box by adding some values.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxAvl.BoxInput box.
inAnchorAvl.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.
outBoxAvl.BoxResized box.

See also