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
Parameter | Type | Description |
---|---|---|
angle | float | The 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
Parameter | Type | Description |
---|---|---|
angle | float | The angle to rotate the matrix by |
order | MatrixOrder | The order in which the rotation is applied |
See Also
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides