CloneObject()

To clone the Image object myImage and display the cloned object 50 pixels across and 50 pixels down from the top left-hand corner of the page, use the following syntax:

var myClone = myImage.CloneObject(50,50)

Close