 | PdfiumFPDFPageObj_GetLineCap Method |
Get the shape of the endpoints for any open path that is stroked.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static LineCap FPDFPageObj_GetLineCap(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetLineCap (
page_obj As IntPtr
) As LineCap
public:
static LineCap FPDFPageObj_GetLineCap(
IntPtr page_obj
)
static member FPDFPageObj_GetLineCap :
page_obj : IntPtr -> LineCap
public static LineCap FPDFPageObj_GetLineCap(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetLineCap = function(page_obj);
Parameters
- page_obj IntPtr
- A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
LineCapOne of the values of the
LineCap enumeration.
RemarksSee
LineCap enumeration for details.
See Also