Apply a clockwise rotation(angle) around the origin by the specified order.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Rotate(
	float angle,
	PdfMatrixOrder order
)
Public Sub Rotate ( 
	angle As Single,
	order As PdfMatrixOrder
)
public:
void Rotate(
	float angle, 
	PdfMatrixOrder order
)
member Rotate : 
        angle : float32 * 
        order : PdfMatrixOrder -> unit 

Parameters

angle
Single
The angle of the rotation, in degrees.
order
PdfMatrixOrder
Represent the applying order.

See Also