Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround メソッド
XpsMatrix::RotateAround(float, System::Drawing::PointF) method
pivot の周りで angle だけ時計回りに回転させ、デフォルト(Prepend)順序でこの Matrix に適用します。
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot)
| パラメーター | 型 | 説明 |
|---|---|---|
| 角度 | 単精度浮動小数点数 | 角度。 |
| ピボット | System::Drawing::PointF | ピボット点です。 |
参照
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::RotateAround(float, System::Drawing::PointF, System::Drawing::Drawing2D::MatrixOrder) method
pivot の周りで angle だけ時計回りに回転させ、matrixOrder で指定された順序でこの Matrix に適用します。
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| パラメーター | 型 | 説明 |
|---|---|---|
| 角度 | 単精度浮動小数点数 | 角度。 |
| ピボット | System::Drawing::PointF | ピボット点です。 |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | 順序。 |
参照
- Class PointF
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++