DrawImage


Draws an image on another one.

Syntax

C++
Python
 
def DrawImage(
	ioImage: Image,
	inDrawnImage: Image,
	inLocation: Location,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioImage Image
Input value inDrawnImage Image Image to be pasted on ioImage
Input value inLocation Location Location at which the image will be pasted