System::Drawing::Drawing2D::Matrix::RotateAt method
Matrix::RotateAt(float, const PointF&) method
現在のオブジェクトが表す行列を指定された点を中心に指定された角度だけ時計回りに回転させます。
void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point)
| パラメーター | 型 | 説明 |
|---|---|---|
| 角度 | 単精度浮動小数点数 | 行列を回転させる角度 |
| ポイント | const PointF& | 回転の中心を指定します |
参照
- Class PointF
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
Matrix::RotateAt(float, const PointF&, MatrixOrder) method
現在のオブジェクトが表す行列を指定された点を中心に指定された角度だけ時計回りに回転させます。
void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point, MatrixOrder order)
| パラメーター | 型 | 説明 |
|---|---|---|
| 角度 | 単精度浮動小数点数 | 行列を回転させる角度 |
| ポイント | const PointF& | 回転の中心を指定します |
| 順序 | MatrixOrder | 回転が適用される順序 |
参照
- Class PointF
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++