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