Click or drag to resize

PdfiumFPDFMatrix_TransformVector Method

Applies only the scale and rotate components of the Matrix to the specified point.

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

Parameters

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