Matrix.RotateAt

RotateAt(float, PointF, MatrixOrder)

以指定顺序将指定点的顺时针旋转应用到此矩阵。

public void RotateAt(float angle, PointF point, MatrixOrder order)
范围类型描述
angleSingle角度。
pointPointF重点。
orderMatrixOrder命令。

也可以看看


RotateAt(float, PointF)

以默认(前置)顺序将指定点的顺时针旋转应用于此矩阵。

public void RotateAt(float angle, PointF point)
范围类型描述
angleSingle角度。
pointPointF重点。

也可以看看