SkewV()

For an Image object named myImage use the following syntax:

myImage.SkewV(45,2.0)

In this example, if myImage.SetSkewV(45,2.0) was called once, the image will skew 45% vertically from its current position. If called again, the image will skew another 45%.

Close