 | PdfiumFPDFPageObj_GetMiterLimit Method |
Get the maximum length of mitered line joins for stroked paths.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFPageObj_GetMiterLimit(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetMiterLimit (
page_obj As IntPtr
) As Single
public:
static float FPDFPageObj_GetMiterLimit(
IntPtr page_obj
)
static member FPDFPageObj_GetMiterLimit :
page_obj : IntPtr -> float32
public static float FPDFPageObj_GetMiterLimit(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetMiterLimit = function(page_obj);
Parameters
- page_obj IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
SingleA non-negative number expressed in user space units, specifies the limitation of the length of “spikes” produced when line segments join at sharp angles.
See Also