SetRegionFrame


Changes the width and the height of a region's frame (but does not rescale the content).

Syntax

C++
Python
 
def SetRegionFrame(
	ioRegion: Region,
	inWidth: int,
	inHeight: int,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioRegion Region
Input value inWidth int 0 - 65535 New frame width
Input value inHeight int 0 - 65535 New frame height