Prepend a clockwise rotation(angle) around the origin.

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
)
Public Sub Rotate ( 
	angle As Single
)
public:
void Rotate(
	float angle
)
member Rotate : 
        angle : float32 -> unit 

Parameters

angle
Single
The angle of the rotation, in degrees.

See Also