You are here: Start » FIL.NET » FIS.ResizeRectangle Method
FIS.ResizeRectangle Method
Changes dimensions of a rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeRectangle ( FilNet.Rectangle2D inRectangle, FilNet.Anchor2D inAnchor, float? inNewWidth, float? inNewHeight, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | inAnchor | FilNet.Anchor2D | TopLeft | Default value: TopLeft. | |
![]() | inNewWidth | float? | <0.0f, INF> | ||
![]() | inNewHeight | float? | <0.0f, INF> | ||
![]() | outRectangle | FilNet.Rectangle2D |