 | PdfiumFPDFPageObj_GetLineJoin Method |
Get the shape of joints between connected segments of a stroked path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static LineJoin FPDFPageObj_GetLineJoin(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetLineJoin (
page_obj As IntPtr
) As LineJoin
public:
static LineJoin FPDFPageObj_GetLineJoin(
IntPtr page_obj
)
static member FPDFPageObj_GetLineJoin :
page_obj : IntPtr -> LineJoin
public static LineJoin FPDFPageObj_GetLineJoin(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetLineJoin = 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
LineJoinOne of the values of the
LineJoin enumeration.
Remarks
See Also