LocationsToRegion
Forms a region containing pixels of given locations.
Syntax
C++
Python
def LocationsToRegion( inLocations: list[Location], inFrameWidth: int, inFrameHeight: int, outRegion: Region, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inLocations | list[Location] | |||
![]() |
inFrameWidth | int | 0 - 65535 | ||
![]() |
inFrameHeight | int | 0 - 65535 | ||
![]() |
outRegion | Region | Output region |


