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 | |
|---|---|---|---|---|---|
![]() |
inFrameWidth | int | 0 - 65535 | Width of the created region's frame | |
![]() |
inFrameHeight | int | 0 - 65535 | Height of the created region's frame | |
![]() |
outRegion | Region | Output region |


