You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inBox | Fil.Box | Input box. | ||
![]() | inAnchor | Fil.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 | Fil.Box | Resized box. |