Method Image.Image()->paste()
- Method paste
paste(objectobjectimage)
paste(objectobjectimage,intx,inty)- 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