DrawImage
Draws an image on another one.
Syntax
C++
Python
def DrawImage( ioImage: Image, inDrawnImage: Image, inLocation: Location, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image | ||
![]() |
inDrawnImage | Image | Image to be pasted on ioImage | |
![]() |
inLocation | Location | Location at which the image will be pasted |


