Click or drag to resize

PdfiumFPDFMatrix_Translate(FS_MATRIX, Single, Single, Boolean) Method

Applies the specified translation 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_Translate(
	FS_MATRIX dst,
	float x,
	float y,
	bool bPrepended = false
)

Parameters

dst  FS_MATRIX
The matrix
x  Single
The x value by which to translate this Matrix.
y  Single
The y value by which to translate this Matrix.
bPrepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the translation is applied to the Matrix.
See Also