Click or drag to resize

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
C#
public PdfMatrix Rotate(
	double angle
)

Parameters

angle
Type: SystemDouble
Rotation angle.

Return Value

Type: PdfMatrix
The result of the transformation.
See Also