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