Click or drag to resize

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
C#
public PdfMatrix Shear(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The horizontal shear.
y
Type: SystemDouble
The vertical shear.

Return Value

Type: PdfMatrix
The result of the transformation.
See Also