Canvas.rotate

Adds a rotation to the transformation matrix. The angle argument represents a clockwise rotation angle and is expressed in radians.

struct Canvas
public nothrow @nogc
void
rotate
(
float angle
)

Meta