You are here: Start » AVL.NET » AVL.ResizeRegion Method
AVL.ResizeRegion Method
Enlarges or shrinks a region to new dimensions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ResizeRegion( AvlNet.Region inRegion, out AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outRegion | AvlNet.Region | Output region. |
Examples
![]() |
![]() |
ResizeRegion performed on the sample region with inNewWidth = 200, inNewHeight = 100.
Errors
| Error type | Description |
|---|---|
| DomainError | Output region too big in ResizeRegion. |




