Lucee Function Reference

imagedrawimage()

This Function is deprecated
this function is deprecated, use ImagePaste instead. Draws a image on a image with the baseline of the first character positioned at (x,y) in the image.

Example

imagedrawimage(any image,any image,number x,number y):void

Category

image

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
image any  Yes the image to draw on it  
image any  Yes the image to draw  
x number  Yes The x coordinate of the of the top left corner of the image to draw.  
y number  Yes The y coordinate of the of the top left corner of the image to draw.