void xtd::drawing::graphics::rotate_transform | ( | float | angle, |
xtd::drawing::drawing_2d::matrix_order | order | ||
) |
Applies the specified rotation to the transformation matrix of this xtd::drawing::graphics in the specified order.
angle | Angle of rotation in degrees. |
order | Member of the xtd::drawing::drawing_2d::matrix_order enumeration that specifies whether the rotation is prepended or appended to the transformation matrix. |