Click or drag to resize

PdfiumFPDFPath_GetBoundingBoxEx 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_GetBoundingBoxEx(
	IntPtr path,
	float line_width,
	float miter_limit
)

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
line_width  Single
Line width.
miter_limit  Single

Return Value

FS_RECTF
A rectangle that bounds this Path.
See Also