 | PdfiumFPDFPageObj_GetLineWidth Method |
Get the thickness, in user space units, of paths to be stroked.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFPageObj_GetLineWidth(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetLineWidth (
page_obj As IntPtr
) As Single
public:
static float FPDFPageObj_GetLineWidth(
IntPtr page_obj
)
static member FPDFPageObj_GetLineWidth :
page_obj : IntPtr -> float32
public static float FPDFPageObj_GetLineWidth(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetLineWidth = 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
SingleA non-negative number expressed in user space units, specifying the thickness of the line used to stroke a path.
See Also