Click or drag to resize

PdfiumFPDFMatrix_TransformPoint(FS_MATRIX, Int32, Int32) 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 int x,
	ref int y
)

Parameters

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