Rotation rectangle in degrees.
Optional
dx?: numberLeft content offset after rotation. Width difference between initRect and rotatedRect divided by 2.
Optional
dy?: numberTop content offset after rotation. Height difference between initRect and rotatedRect divided by 2.
Initial annotation rectangle before rotation. Cannot be null or empty. [x1, y1, x2, y2], equals the content rectangle without rotation. Rotation origin is center of the rectangle.
Optional
rotatedResult annotation rectangle after rotation, [x1, y1, x2, y2] - orientation not changed.
Optional
transformedTransformed content rectangle after rotation, [x1, y1, x2, y2].
Information about initial rectangle before rotation.