Rotate()

Matrix::Rotate(float) method

Rotates the matrix represented by the current object clockwise by the specified angle.

void System::Drawing::Drawing2D::Matrix::Rotate(float angle)

Arguments

ParameterTypeDescription
anglefloatThe angle to rotate the matrix by

Matrix::Rotate(float, MatrixOrder) method

Rotates the matrix represented by the current object clockwise around the origin by the specified angle.

void System::Drawing::Drawing2D::Matrix::Rotate(float angle, MatrixOrder order)

Arguments

ParameterTypeDescription
anglefloatThe angle to rotate the matrix by
orderMatrixOrderThe order in which the rotation is applied

See Also