Aspose::Page::EPS::PsDocument::Rotate method

PsDocument::Rotate(float) method

在当前图形状态中添加围绕原点的逆时针旋转(旋转当前矩阵)。

void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
ParameterType描述
angleRadians单精度浮点数旋转角度(以弧度为单位)。

另见

PsDocument::Rotate(int32_t) method

在当前图形状态中添加围绕原点的逆时针旋转(旋转当前矩阵)。

void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
ParameterType描述
angleDegreesint32_t旋转角度(以度为单位)。

另见