The information in this topic may be out of date. The current SDK reference guide has moved here.
getRotation method
Retrieve the amount the image should be rotated by.
Syntax
let value = rotationObj.getRotation();
rotationObj.rotation = value;
value = rotationObj.rotation;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- 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