You are here: Start » AVL.NET » AVL.ResizeBox(AvlNet.Box, AvlNet.Anchor2D, AvlNet.Box)

AVL.ResizeBox(AvlNet.Box, AvlNet.Anchor2D, AvlNet.Box)

Changes the dimensions of a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ResizeBox(
	AvlNet.Box inBox,
	AvlNet.Anchor2D inAnchor,
	out AvlNet.Box outBox
)

Parameters

inBox
Type: AvlNet.Box
Input box
inAnchor
Type: AvlNet.Anchor2D
Point of the box which position will not change
outBox
Type: AvlNet.Box
Resized box

See also