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