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