| PdfMatrixShear Method |
Applies the specified shear vector to this PdfMatrix by prepending the shear vector.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfMatrix Shear(
double x,
double y
)
Parameters
- x
- Type: SystemDouble
The horizontal shear. - y
- Type: SystemDouble
The vertical shear.
Return Value
Type:
PdfMatrixThe result of the transformation.
See Also