UncropRegion
Inverse of CropRegion.
Syntax
C++
Python
def UncropRegion( inRegion: Region, inSelection: Box, inWidth: int, inHeight: int, outRegion: Region, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inRegion | Region | Input region | ||
![]() |
inSelection | 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 | Region | Output region |


