ICanvasRenderingContext2DRotate Method |
Adds a rotation to the transformation matrix. The angle argument represents a clockwise rotation angle and is expressed in radians.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxvoid Rotate(
double angle
)
Sub Rotate (
angle As Double
)
void Rotate(
double angle
)
abstract Rotate :
angle : float -> unit
Parameters
- angle
- Type: SystemDouble
Represents a clockwise rotation angle expressed in radians.
See Also