Skews the x axis by an angle alpha and the y axis by an angle beta.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void SkewTransform(
double alpha,
double beta
)
VB
Public Sub SkewTransform (
alpha As Double,
beta As Double
)
Parameters
- alpha
- Type: System.Double
The alpha angle in degrees. - beta
- Type: System.Double
The beta angle in degrees.
See Also