You are here: Start » AVL.NET » Invoke.UncropRegion
Inverse of CropRegion.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void UncropRegion ( Avl.Region inRegion, Avl.Box inSelection, int inWidth, int inHeight, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inSelection | Avl.Box | Box defining the range of the original cropping. | ||
![]() | inWidth | int | <0, 65535> | Width of the uncropped region. | |
![]() | inHeight | int | <0, 65535> | Height of the uncropped region. | |
![]() | outRegion | Avl.Region | Output region. |