Matrix.RotateAt

RotateAt(float, PointF, MatrixOrder)

在指定的顺序下,对此 Matrix 绕指定点进行顺时针旋转。

public void RotateAt(float angle, PointF point, MatrixOrder order)
参数类型描述
角度单精度角度。
PointF该点。
orderMatrixOrder该顺序。

另请参见


RotateAt(float, PointF)

在默认(Prepend)顺序下,对此 Matrix 绕指定点进行顺时针旋转。

public void RotateAt(float angle, PointF point)
参数类型描述
角度单精度角度。
PointF该点。

另请参见