Rotates the coordinate system in clockwise direction.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void RotateTransform(
	float angle
)
Public Sub RotateTransform ( 
	angle As Single
)
public:
void RotateTransform(
	float angle
)
member RotateTransform : 
        angle : float32 -> unit 

Parameters

angle
Single
The angle of the rotation (in degrees).

See Also