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


