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
Input value inRegion Region Input region
Input value inSelection Box Box defining the range of the original cropping
Input value inWidth int 0 - 65535 Width of the uncropped region
Input value inHeight int 0 - 65535 Height of the uncropped region
Output value outRegion Region Output region