 | PdfiumFPDFMatrix_TransformPoint(FS_MATRIX, Int32, Int32) 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 int x,
ref int y
)
Public Shared Sub FPDFMatrix_TransformPoint (
matrix As FS_MATRIX,
ByRef x As Integer,
ByRef y As Integer
)
public:
static void FPDFMatrix_TransformPoint(
FS_MATRIX^ matrix,
int% x,
int% y
)
static member FPDFMatrix_TransformPoint :
matrix : FS_MATRIX *
x : int byref *
y : int byref -> unit
public static void FPDFMatrix_TransformPoint(
FS_MATRIX matrix,
/** @ref */int x,
/** @ref */int y
)
Patagames.Pdf.Pdfium.FPDFMatrix_TransformPoint = function(matrix, x, y);
Parameters
- matrix FS_MATRIX
- The matrix
- x Int32
- The x-coordinate of the point
- y Int32
- The y-coordinate of the point
See Also