Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetLineDashPattern Class / SetLineDashPattern Constructor
The value of DashPhase.
The value of DashPattern.

In This Topic
    SetLineDashPattern Constructor
    In This Topic
    Initializes a new instance of the SetLineDashPattern class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dashPhase As System.Single, _
       ByVal dashPattern() As System.Single _
    )
    public SetLineDashPattern( 
       System.float dashPhase,
       System.float[] dashPattern
    )

    Parameters

    dashPhase
    The value of DashPhase.
    dashPattern
    The value of DashPattern.
    See Also