getRotation method
Use this method to retrieve the amount the image is rotated before matching in degrees.
Syntax
let configval = config.getRotation();
config.rotation = configval;
configval = config.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: ImageRotation