You are here: Start » AVL.NET » Invoke.ResizeRegion
Enlarges or shrinks a region to new dimensions.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ResizeRegion ( Avl.Region inRegion, Optional<int> inNewWidth, Optional<int> inNewHeight, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inNewWidth | Atl.Optional<int> | <1, 65535> | ||
![]() | inNewHeight | Atl.Optional<int> | <1, 65535> | ||
![]() | outRegion | Avl.Region | Output region. |