setRotation method
Use this method to set the amount the image should be rotated by.
Syntax
rotationObj.setRotation(rotation);
rotationObj.rotation = value;
value = rotationObj.rotation;
Note that this feature is available as both a method and a property.
Parameters
- rotation
- Type:ImageRotationPlain
- The amount by which the image should be rotated in degrees. A positive value indicates a clockwise rotation.
Type definitions
- ImageRotationPlain
- The legal values that an image may be rotated by. This may have the following values: -270|-180|-90|0|90|180|270
Return value
- Type: void