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
- namespace Aspose.Html.Drawing
- assembly 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
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML