Click or drag to resize

PdfiumFPDFMatrix_TransformPoint(FS_MATRIX, Single, Single) Method

Applies the geometric transform represented by the Matrix to a specified point.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFMatrix_TransformPoint(
	FS_MATRIX matrix,
	ref float x,
	ref float y
)

Parameters

matrix  FS_MATRIX
The matrix
x  Single
The x-coordinate of the point
y  Single
The y-coordinate of the point
See Also