Click or drag to resize

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

Parameters

x
Type: SystemDouble
Horizontal shear factor.
y
Type: SystemDouble
Vertical shear factor.

Return Value

Type: PdfMatrix
The searing PdfMatrix.
See Also