ICanvasRenderingContext2D.Rotate

ICanvasRenderingContext2D.Rotate method

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

public void Rotate(double angle)
ParameterTypeDescription
angleDoubleRepresents a clockwise rotation angle expressed in radians.

See Also