You are here: Start » FIL.NET » Invoke.ResizeBox_Relative
Resizes a box to relatively defined dimensions.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ResizeBox_Relative ( Fil.Box inBox, Fil.Anchor2D inAnchor, float inHorizontalScale, float inVerticalScale, 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. | |
![]() | inHorizontalScale | float | <0.0f, INF> | 1.0f | Scale factor of the horizontal resize. Default value: 1.0f. |
![]() | inVerticalScale | float | <0.0f, INF> | 1.0f | Scale factor of the vertical resize. Default value: 1.0f. |
![]() | outBox | Fil.Box | Resized box. |