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ピボット点です。

参照

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ピボット点です。
matrixOrderSystem::Drawing::Drawing2D::MatrixOrder順序。

参照