You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.ResizeBox_Delta
Changes the dimensions of a box by adding some values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ResizeBox_Delta ( FilNet.Box inBox, FilNet.Anchor2D inAnchor, int inWidthDelta, int inHeightDelta, out FilNet.Box outBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | FilNet.Box | Input box. | ||
![]() | inAnchor | FilNet.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 | FilNet.Box | Resized box. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Negative box dimensions in ResizeBox_Delta. |