 | PdfiumFPDFMatrix_TransformRect Method |
Applies the geometric transform represented by the Matrix to a specified rectangle.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic static void FPDFMatrix_TransformRect(
FS_MATRIX matrix,
ref FS_RECTF rect
)
Public Shared Sub FPDFMatrix_TransformRect (
matrix As FS_MATRIX,
ByRef rect As FS_RECTF
)
public:
static void FPDFMatrix_TransformRect(
FS_MATRIX^ matrix,
FS_RECTF% rect
)
static member FPDFMatrix_TransformRect :
matrix : FS_MATRIX *
rect : FS_RECTF byref -> unit public static void FPDFMatrix_TransformRect(
FS_MATRIX matrix,
/** @ref */FS_RECTF rect
)
Patagames.Pdf.Pdfium.FPDFMatrix_TransformRect = function(matrix, rect);
Parameters
- matrix FS_MATRIX
- The matrix
- rect FS_RECTF
- The rectangle to transform
See Also