Click or drag to resize

PdfiumFPDFARRAY_GetMatrix Method

Gets a Matrix from an Array object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_MATRIX FPDFARRAY_GetMatrix(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to Array object.

Return Value

FS_MATRIX
A Matrix associated with this Array.
See Also