 | PdfiumFPDFPageObj_SetDashPhase Method |
Set the dash phase. The dash phase specifies the distance into the dash pattern at which to start the dash.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_SetDashPhase(
IntPtr page_obj,
float dashPhase
)
Public Shared Sub FPDFPageObj_SetDashPhase (
page_obj As IntPtr,
dashPhase As Single
)
public:
static void FPDFPageObj_SetDashPhase(
IntPtr page_obj,
float dashPhase
)
static member FPDFPageObj_SetDashPhase :
page_obj : IntPtr *
dashPhase : float32 -> unit
public static void FPDFPageObj_SetDashPhase(
IntPtr page_obj,
float dashPhase
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetDashPhase = function(page_obj, dashPhase);
Parameters
- page_obj IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
- dashPhase Single
- The dash phase - a non-negative number expressed in user space units.
See Also