 | PdfiumFPDFMatrix_TransformDistance(FS_MATRIX, Single, 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 float FPDFMatrix_TransformDistance(
FS_MATRIX matrix,
float dx,
float dy
)
Public Shared Function FPDFMatrix_TransformDistance (
matrix As FS_MATRIX,
dx As Single,
dy As Single
) As Single
public:
static float FPDFMatrix_TransformDistance(
FS_MATRIX^ matrix,
float dx,
float dy
)
static member FPDFMatrix_TransformDistance :
matrix : FS_MATRIX *
dx : float32 *
dy : float32 -> float32
public static float FPDFMatrix_TransformDistance(
FS_MATRIX matrix,
float dx,
float dy
)
Patagames.Pdf.Pdfium.FPDFMatrix_TransformDistance = function(matrix, dx, 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
SingleThe length of hte distance vector
See Also