EmptyRegion


Creates an empty region with a given frame.

Syntax

C++
Python
 
def EmptyRegion(
	inFrameWidth: int,
	inFrameHeight: int,
	outRegion: Region,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inFrameWidth int 0 - 65535 Width of the created region's frame
Input value inFrameHeight int 0 - 65535 Height of the created region's frame
Output value outRegion Region Output region