| PdfMatrixShearMatrix Method |
Creates a PdfMatrix to represent shearing by the specified amounts.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public static PdfMatrix ShearMatrix(
double x,
double y
)
Parameters
- x
- Type: SystemDouble
Horizontal shear factor. - y
- Type: SystemDouble
Vertical shear factor.
Return Value
Type:
PdfMatrixThe searing PdfMatrix.
See Also