You are here: Start » FIL.NET » Invoke.ResizeRectangle_Delta
Changes dimensions of a rectangle by adding some values.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ResizeRectangle_Delta ( Fil.Rectangle2D inRectangle, Fil.Anchor2D inAnchor, float inWidthDelta, float inHeightDelta, out Fil.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | Fil.Rectangle2D | |||
![]() | inAnchor | Fil.Anchor2D | TopLeft | Default value: TopLeft. | |
![]() | inWidthDelta | float | 0.0f | Value added to width of the rectangle. Default value: 0.0f. | |
![]() | inHeightDelta | float | 0.0f | Value added to height of the rectangle. Default value: 0.0f. | |
![]() | outRectangle | Fil.Rectangle2D |