 | PdfiumFPDFPath_IsRect Method |
Determines whether this path is a rectangle.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFPath_IsRect(
IntPtr path
)
Public Shared Function FPDFPath_IsRect (
path As IntPtr
) As Boolean
public:
static bool FPDFPath_IsRect(
IntPtr path
)
static member FPDFPath_IsRect :
path : IntPtr -> bool
public static boolean FPDFPath_IsRect(
IntPtr path
)
Patagames.Pdf.Pdfium.FPDFPath_IsRect = function(path);
Parameters
- path IntPtr
- Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
Return Value
Booleantrue if this path is rectangle, false otherwise.
See Also