System::Drawing::Drawing2D::Matrix::Rotate 方法

Matrix::Rotate(float) method

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

void System::Drawing::Drawing2D::Matrix::Rotate(float angle)
参数类型描述
角度float旋转矩阵的角度

另见

Matrix::Rotate(float, MatrixOrder) method

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

void System::Drawing::Drawing2D::Matrix::Rotate(float angle, MatrixOrder order)
参数类型描述
角度float旋转矩阵的角度
顺序MatrixOrder旋转应用的顺序

另见