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