You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inBox | Avl.Box | Input box. | ||
![]() | inAnchor | Avl.Anchor2D | TopLeft | Point of the box which position will not change. Default value: TopLeft. | |
![]() | inWidthDelta | int | 0 | Value added to width of the box. Default value: 0. | |
![]() | inHeightDelta | int | 0 | Value added to height of the box. Default value: 0. | |
![]() | outBox | Avl.Box | Resized box. |