Click or drag to resize

PdfiumFPDFARRAY_GetRect Method

Gets a rectangle from an Array object.

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

Parameters

handle  IntPtr
Handle to Array object.

Return Value

FS_RECTF
A Rectangle associated with this Array.
See Also