You are here: Start » AVL.NET » AVL.ResizeRegion_Relative
Resizes region relatively along each axis.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ResizeRegion_Relative ( AvlNet.Region inRegion, float inHorizontalScale, float inVerticalScale, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inHorizontalScale | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inVerticalScale | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outRegion | AvlNet.Region | Output region. |
Examples
![]() |
![]() |
ResizeRegion_Relative performed on the sample region with inHorizontalScale and inVerticalScale both set to 0,5.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Output region too big in ResizeRegion_Relative. |




