 | PdfiumFPDFARRAY_GetRect Method |
Gets a rectangle from an Array object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_RECTF FPDFARRAY_GetRect(
IntPtr handle
)
Public Shared Function FPDFARRAY_GetRect (
handle As IntPtr
) As FS_RECTF
public:
static FS_RECTF FPDFARRAY_GetRect(
IntPtr handle
)
static member FPDFARRAY_GetRect :
handle : IntPtr -> FS_RECTF
public static FS_RECTF FPDFARRAY_GetRect(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFARRAY_GetRect = function(handle);
Parameters
- handle IntPtr
- Handle to Array object.
Return Value
FS_RECTFA Rectangle associated with this Array.
See Also