System::Drawing::Drawing2D::Matrix::RotateAt 方法

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

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

void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point)
ParameterType描述
angle单精度浮点数旋转矩阵的角度
const PointF&指定旋转中心

另见

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

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

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

另见