Click or drag to resize

PdfiumFPDFMatrix_TransformRect Method

Applies the geometric transform represented by the Matrix to a specified rectangle.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public static void FPDFMatrix_TransformRect(
	FS_MATRIX matrix,
	ref FS_RECTF rect
)

Parameters

matrix  FS_MATRIX
The matrix
rect  FS_RECTF
The rectangle to transform
See Also