Applies the specified rotation to the transformation matrix of this xtd::drawing::graphics.
Parameters
angle
Angle of rotation in degrees.
Remarks
The rotation operation consists of multiplying the transformation matrix by a matrix whose elements are derived from the angle parameter. This method applies the rotation by prepending it to the transformation matrix.