 | PdfiumFPDFPageObj_SetLineCap Method |
Set 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 void FPDFPageObj_SetLineCap(
IntPtr page_obj,
LineCap lineCap
)
Public Shared Sub FPDFPageObj_SetLineCap (
page_obj As IntPtr,
lineCap As LineCap
)
public:
static void FPDFPageObj_SetLineCap(
IntPtr page_obj,
LineCap lineCap
)
static member FPDFPageObj_SetLineCap :
page_obj : IntPtr *
lineCap : LineCap -> unit
public static void FPDFPageObj_SetLineCap(
IntPtr page_obj,
LineCap lineCap
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetLineCap = function(page_obj, lineCap);
Parameters
- page_obj IntPtr
- A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
- lineCap LineCap
- One of the values of the LineCap enumeration.
RemarksSee
LineCap enumeration for details.
See Also