Device.Rotate
Rotate(double)
Roteer de huidige transformatiematrix. Roept writeTransform(Transform). Roteren met een positieve hoek theta roteert punten op de positieve x-as naar de positieve y-as.
public virtual void Rotate(double theta)
Parameter | Type | Beschrijving |
---|---|---|
theta | Double | Hoek in radialen waarover moet worden geroteerd. |
Zie ook
- class Device
- naamruimte Aspose.Page
- montage Aspose.Page
Rotate(double, double, double)
Roteer de huidige transformatiematrix rond een punt.
public virtual void Rotate(double theta, double x, double y)
Parameter | Type | Beschrijving |
---|---|---|
theta | Double | Een rotatiehoek in radialen. |
x | Double | X-coördinaat van punt. |
y | Double | Y-coördinaat van punt. |
Zie ook
- class Device
- naamruimte Aspose.Page
- montage Aspose.Page