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)
Parameter | Type | Description |
---|---|---|
angle | Double | Represents a clockwise rotation angle expressed in radians. |
See Also
- interface ICanvasRenderingContext2D
- package com.aspose.html.Dom.Canvas
- package Aspose.HTML