Click or drag to resize

PdfiumFPDFMatrix_TransformXDistance(FS_MATRIX, Int32) Method

Applies the geometric transform represented by the Matrix to a x-coordinate of the distance vector.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFMatrix_TransformXDistance(
	FS_MATRIX matrix,
	ref int dx
)

Parameters

matrix  FS_MATRIX
The matrix
dx  Int32
The x-coordinate of the distance vector
See Also