Click or drag to resize

PdfiumFPDFMatrix_SetReverse Method

Inverts the source matrix, if it is invertible and set it to destination matrix.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFMatrix_SetReverse(
	FS_MATRIX dst,
	FS_MATRIX src
)

Parameters

dst  FS_MATRIX
Destination matrix
src  FS_MATRIX
Source matrix
See Also