System::Drawing::Drawing2D::Matrix::RotateAt method

Matrix::RotateAt(float, const PointF&) method

按指定角度顺时针围绕指定点旋转当前对象表示的矩阵。

void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point)
参数类型描述
角度float旋转矩阵的角度
const PointF&指定旋转中心

另见

Matrix::RotateAt(float, const PointF&, MatrixOrder) method

按指定角度顺时针围绕指定点旋转当前对象表示的矩阵。

void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point, MatrixOrder order)
参数类型描述
角度float旋转矩阵的角度
const PointF&指定旋转中心
顺序MatrixOrder旋转应用的顺序

另见