Click or drag to resize

PdfCanvas SkewTransform Method

Skews the coordinate system axes.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SkewTransform(
	float angleX,
	float angleY
)

Parameters

angleX
Type: System Single
Skews the X axis by this angle (in degrees).
angleY
Type: System Single
Skews the Y axis by this angle (in degrees).
See Also