Click or drag to resize

PdfMatrixSkew Method

Prepends a skew of the specified angle (counter clockwise) in the x and y dimensions to this PdfMatrix.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void Skew(
	double skewX,
	double skewY
)

Parameters

skewX  Double
The angle in the x dimension by which to skew.
skewY  Double
The angle in the y dimension by which to skew.
See Also