IMatrix.Rotate
Rotate(float, WebMatrixOrder)
Rotates the matrix by the specified angle in the specified order.
public void Rotate(float angle, WebMatrixOrder order)
| Parameter | Type | Description |
|---|---|---|
| angle | Single | The angle of rotation in degrees. |
| order | WebMatrixOrder | The order in which rotation is applied. |
See Also
- enum WebMatrixOrder
- interface IMatrix
- package com.aspose.html.drawing
- package Aspose.HTML
Rotate(float)
Rotates the matrix by the specified angle.
public void Rotate(float angle)
| Parameter | Type | Description |
|---|---|---|
| angle | Single | The angle of rotation in degrees. |
See Also
- interface IMatrix
- package com.aspose.html.drawing
- package Aspose.HTML