 | PdfiumFPDFPath_GetBoundingBox Method |
Get a rectangle that bounds this Path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_RECTF FPDFPath_GetBoundingBox(
IntPtr path
)
Public Shared Function FPDFPath_GetBoundingBox (
path As IntPtr
) As FS_RECTF
public:
static FS_RECTF FPDFPath_GetBoundingBox(
IntPtr path
)
static member FPDFPath_GetBoundingBox :
path : IntPtr -> FS_RECTF
public static FS_RECTF FPDFPath_GetBoundingBox(
IntPtr path
)
Patagames.Pdf.Pdfium.FPDFPath_GetBoundingBox = function(path);
Parameters
- path IntPtr
- Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
Return Value
FS_RECTFA rectangle that bounds this Path.
See Also