Device.Rotate
Contents
[
Hide
]Rotate(double)
Rotate the current transformation matrix. Calls writeTransform(Transform). Rotating with a positive angle theta rotates points on the positive x axis toward the positive y axis.
public virtual void Rotate(double theta)
Parameter | Type | Description |
---|---|---|
theta | Double | Angle in radians over which to rotate. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page
Rotate(double, double, double)
Rotate the current transformation matrix around a point.
public virtual void Rotate(double theta, double x, double y)
Parameter | Type | Description |
---|---|---|
theta | Double | An angle of rotation in radians. |
x | Double | X coordinate of point. |
y | Double | Y coordinate of point. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page