ImageRotation method
Create an object that defines how much an image should be rotated by.
Syntax
let rotationObj = new ImageRotation(rotation);
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: ImageRotation