Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate 方法

XpsMatrix::Rotate(float) method

angle 对此 Matrix 进行顺时针旋转,使用默认(Prepend)顺序。

void Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate(float angle)
ParameterType描述
angle单精度浮点数角度。

另见

XpsMatrix::Rotate(float, System::Drawing::Drawing2D::MatrixOrder) method

angle 对此 Matrix 进行顺时针旋转,顺序由 matrixOrder 指定。

void Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate(float angle, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterType描述
angle单精度浮点数角度。
matrixOrderSystem::Drawing::Drawing2D::MatrixOrder顺序。

另见