Method Image.Image()->paste()
- Method
paste
 
- objectpaste(- object- image)
 - objectpaste(- object- image,- int- x,- int- y)
- Description
- 
Pastes a given image over the current image. 
- Parameter image
- image to paste (may be empty, needs to be an image object) 
- Parameter x
- Parameter y
- where to paste the image; default is 0,0 
- Returns
- 
the object called 
- See also