You are here: Start » FIL.NET » FIS.ResizeBox Method
FIS.ResizeBox Method
Changes the dimensions of a box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeBox ( FilNet.Box inBox, FilNet.Anchor2D inAnchor, int? inNewWidth, int? inNewHeight, 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. | |
![]() | inNewWidth | int? | <0, INF> | Target width of the box. Default value: ftl::NIL. | |
![]() | inNewHeight | int? | <0, INF> | Target height of the box. Default value: ftl::NIL. | |
![]() | outBox | FilNet.Box | Resized box. |