| PdfMatrixRotate Method |
Prepends to this PdfMatrix a clockwise rotation, around the origin and by the specified angle.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfMatrix Rotate(
double angle
)
Parameters
- angle
- Type: SystemDouble
Rotation angle.
Return Value
Type:
PdfMatrixThe result of the transformation.
See Also