System::Drawing::Drawing2D::Matrix::RotateAt method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
angle | float | The angle to rotate the matrix by |
point | const PointF& | Specifies the center of rotation |
See Also
- Class PointF
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.PUB for C++
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)
Parameter | Type | Description |
---|---|---|
angle | float | The angle to rotate the matrix by |
point | const PointF& | Specifies the center of rotation |
order | MatrixOrder | The order in which the rotation is applied |
See Also
- Class PointF
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.PUB for C++