PsDocument.Rotate
Rotate(float)
Voegt rotatie tegen de klok in rond de oorsprong toe aan de huidige grafische status (roteer huidige matrix).
public void Rotate(float angleRadians)
Parameter | Type | Beschrijving |
---|---|---|
angleRadians | Single | De rotatiehoek in radialen. |
Zie ook
- class PsDocument
- naamruimte Aspose.Page.EPS
- montage Aspose.Page
Rotate(int)
Voegt rotatie tegen de klok in rond de oorsprong toe aan de huidige grafische status (roteer huidige matrix).
public void Rotate(int angleDegrees)
Parameter | Type | Beschrijving |
---|---|---|
angleDegrees | Int32 | De rotatiehoek in graden. |
Zie ook
- class PsDocument
- naamruimte Aspose.Page.EPS
- montage Aspose.Page