Click or drag to resize

PdfiumFPDFMatrix_TransformDistance(FS_MATRIX, Single, Single) Method

Applies the geometric transform represented by the Matrix to a distance.

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

Parameters

matrix  FS_MATRIX
The matrix
dx  Single
The x-coordinate of the distance vector
dy  Single
The Y-coordinate of the distance vector

Return Value

Single
The length of hte distance vector
See Also