You are here: Start » FIL.NET » FIS.ResizeRectangle_Delta Method
FIS.ResizeRectangle_Delta Method
Changes dimensions of a rectangle by adding some values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeRectangle_Delta ( FilNet.Rectangle2D inRectangle, FilNet.Anchor2D inAnchor, float inWidthDelta, float inHeightDelta, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | inAnchor | FilNet.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 | FilNet.Rectangle2D |