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

PsDocument::Rotate(float) method

Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).

void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
ParameterTypeDescription
angleRadiansfloatThe angle of rotation in radians.

See Also

PsDocument::Rotate(int32_t) method

Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).

void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
ParameterTypeDescription
angleDegreesint32_tThe angle of rotation in degrees.

See Also