IRenderingContext2D.rotate

Changes the transformation matrix to apply a rotation transformation with the given characteristics. The angle is in radians, the direction is clockwise. Params: angle The rotation angle, in radians.

interface IRenderingContext2D
void
rotate
(
float angle
)

Meta