Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetLineWidth Class / SetLineWidth Constructor
The value of LineWidth.

In This Topic
    SetLineWidth Constructor
    In This Topic
    Initializes a new instance of the SetLineWidth class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lineWidth As System.Single _
    )
    public SetLineWidth( 
       System.float lineWidth
    )

    Parameters

    lineWidth
    The value of LineWidth.
    See Also