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 | |
|---|---|---|---|---|---|
![]() |
ioRegion | Region | |||
![]() |
inWidth | int | 0 - 65535 | New frame width | |
![]() |
inHeight | int | 0 - 65535 | New frame height |


