 | PdfiumFPDFPageObj_SetLineWidth Method |
Set 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 void FPDFPageObj_SetLineWidth(
IntPtr page_obj,
float width
)
Public Shared Sub FPDFPageObj_SetLineWidth (
page_obj As IntPtr,
width As Single
)
public:
static void FPDFPageObj_SetLineWidth(
IntPtr page_obj,
float width
)
static member FPDFPageObj_SetLineWidth :
page_obj : IntPtr *
width : float32 -> unit
public static void FPDFPageObj_SetLineWidth(
IntPtr page_obj,
float width
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetLineWidth = function(page_obj, width);
Parameters
- page_obj IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
- width Single
- A non-negative number expressed in user space units, specifying the thickness of the line used to stroke a path.
See Also