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重点。

也可以看看