RotateAt()

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

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

void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point)

Arguments

ParameterTypeDescription
anglefloatThe angle to rotate the matrix by
pointconst PointF&Specifies the center of rotation

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

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

void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point, MatrixOrder order)

Arguments

ParameterTypeDescription
anglefloatThe angle to rotate the matrix by
pointconst PointF&Specifies the center of rotation
orderMatrixOrderThe order in which the rotation is applied

See Also