Aspose::Page::EPS::PsDocument::Rotate Methode

PsDocument::Rotate(float) method

Fügt eine Drehung gegen den Uhrzeigersinn um den Ursprung zum aktuellen Grafikstatus hinzu (drehe aktuelle Matrix).

void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
ParameterTypBeschreibung
angleRadiansfloatDer Winkel der Drehung in Radianten.

Siehe auch

PsDocument::Rotate(int32_t) method

Fügt eine Drehung gegen den Uhrzeigersinn um den Ursprung zum aktuellen Grafikstatus hinzu (drehe aktuelle Matrix).

void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
ParameterTypBeschreibung
angleDegreesint32_tDer Drehwinkel in Grad.

Siehe auch