RegionToImage
Converts a region to an image.
Syntax
C++
Python
def RegionToImage( inRegion: Region, outImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


