Click or drag to resize

PdfiumFPDFMatrix_Shear Method

Applies the specified shear vector to the Matrix in the specified order.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFMatrix_Shear(
	FS_MATRIX dst,
	float shearX,
	float shearY,
	bool bPrepended = false
)

Parameters

dst  FS_MATRIX
The matrix
shearX  Single
The horizontal shear factor.
shearY  Single
The vertical shear factor.
bPrepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the shear is applied.
See Also