IMatrix.RotateAt
Contents
[
Hide
]RotateAt(float, PointF, WebMatrixOrder)
Rotates the matrix by the specified angle around the specified point in the specified order.
public void RotateAt(float angle, PointF point, WebMatrixOrder order)
| Parameter | Type | Description |
|---|---|---|
| angle | Single | The angle of rotation in degrees. |
| point | PointF | The point to rotate around. |
| order | WebMatrixOrder | The order in which rotation is applied. |
See Also
- enum WebMatrixOrder
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
RotateAt(float, PointF)
Rotates the matrix by the specified angle around the specified point.
public void RotateAt(float angle, PointF point)
| Parameter | Type | Description |
|---|---|---|
| angle | Single | The angle of rotation in degrees. |
| point | PointF | The point to rotate around. |
See Also
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML