Move()

For an Image object named myImage to move 20 pixels down and 30 pixels across in half a second, use the following syntax:

myImage.Move(20,30,0.5)

Close