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