getRotation method
Retrieve the amount the image should be rotated by.
Syntax
int value = rotationObj.getRotation();
Parameters
This method does not take any parameters.Return value
- Type: int
- The amount by which the image should be rotated in degrees. A positive value indicates a clockwise rotation.