Click or drag to resize

PdfiumFPDFPath_IsRect Method

Determines whether this path is a rectangle.

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

Parameters

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

Return Value

Boolean
true if this path is rectangle, false otherwise.
See Also