Matrix.RotateAt
Contents
[
Hide
]RotateAt(float, PointF)
Applies a clockwise rotation to this Matrix around the point specified in the point parameter, and by prepending the rotation.
public void RotateAt(float angle, PointF point)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle (extent) of the rotation, in degrees. |
point | PointF | A PointF that represents the center of the rotation. |
See Also
- struct PointF
- class Matrix
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
RotateAt(float, PointF, MatrixOrder)
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
public void RotateAt(float angle, PointF point, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle of the rotation, in degrees. |
point | PointF | A PointF that represents the center of the rotation. |
order | MatrixOrder | A MatrixOrder that specifies the order (append or prepend) in which the rotation is applied. |
See Also
- struct PointF
- enum MatrixOrder
- class Matrix
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing