Prepends a skew of the specified angle (counter clockwise) in the x and y dimensions to this
PdfMatrix.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void Skew(
double skewX,
double skewY
)
Public Sub Skew (
skewX As Double,
skewY As Double
)
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