Click or drag to resize

PdfCanvas RotateTransform Method (Single)

Rotates the coordinate system in clockwise direction.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void RotateTransform(
	float angle
)

Parameters

angle
Type: System Single
The angle of the rotation (in degrees).
See Also