For an Image object named myImage use the following syntax:
myImage.Skew(35,45,2.0)
In this example, if myImage.Skew(35,45,2.0) was called once, the image will skew 35% horizontally and 45% vertically from its current position. If called again, the image will skew another 35% and 45% respectively.