Click or drag to resize

PdfiumFPDFMatrix_TransformYDistance(FS_MATRIX, Single) Method

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

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

Parameters

matrix  FS_MATRIX
The matrix
dy  Single
The y-coordinate of the distance vector
See Also