Rotate()

For an Image object named myImage use the following syntax:

myImage.Rotate(45,2.0)

Note:
In this example, if myImage.Rotate(45,2.0) was called once, the image will rotate 45 degrees from its current position. If called again, the image will rotate another 45 degrees.

Close