CopyPixels
Copies pixels from one image to another.
Syntax
C++
Python
def CopyPixels( ioImage: Image, inRoi: Region, inSourceImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image | ||
![]() |
inRoi | Region | Range of pixels to be processed | |
![]() |
inSourceImage | Image |


