Click or drag to resize

PdfiumFPDFPath_GetBoundingBox Method

Get a rectangle that bounds this Path.

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

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).

Return Value

FS_RECTF
A rectangle that bounds this Path.
See Also