Click or drag to resize

PdfiumFPDFMatrix_TransformDistance(FS_MATRIX, 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 void FPDFMatrix_TransformDistance(
	FS_MATRIX matrix,
	ref float distance
)

Parameters

matrix  FS_MATRIX
The matrix
distance  Single
The distance vector

Return Value

The length of hte distance vector
See Also