 | PdfiumFPDFMatrix_TransformDistance(FS_MATRIX, Single) Method |
Applies the geometric transform represented by the Matrix to a distance.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFMatrix_TransformDistance(
FS_MATRIX matrix,
ref float distance
)
Public Shared Sub FPDFMatrix_TransformDistance (
matrix As FS_MATRIX,
ByRef distance As Single
)
public:
static void FPDFMatrix_TransformDistance(
FS_MATRIX^ matrix,
float% distance
)
static member FPDFMatrix_TransformDistance :
matrix : FS_MATRIX *
distance : float32 byref -> unit
public static void FPDFMatrix_TransformDistance(
FS_MATRIX matrix,
/** @ref */float distance
)
Patagames.Pdf.Pdfium.FPDFMatrix_TransformDistance = function(matrix, distance);
Parameters
- matrix FS_MATRIX
- The matrix
- distance Single
- The distance vector
Return Value
The length of hte distance vector
See Also