rotate method

void rotate (double radians)

Add a rotation to the current transform. The argument is in radians clockwise.

Implementation

void rotate(double radians) native 'Canvas_rotate';