Click or drag to resize

PdfiumFPDFPathObj_CalcBoundingBox Method

Calculate bounding box

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPathObj_CalcBoundingBox(
	IntPtr path_obj
)

Parameters

path_obj  IntPtr
Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)
See Also