WKT_LoadPolygon_AsRegion
Loads polygon from WKT text format as region.
Syntax
C++
Python
def WKT_LoadPolygon_AsRegion( inText: str, inFrameWidth: int, inFrameHeight: int, outRegion: Region, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inText | str | |||
![]() |
inFrameWidth | int | 0 - 65535 | ||
![]() |
inFrameHeight | int | 0 - 65535 | ||
![]() |
outRegion | Region | Output region |


