Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetLineCapStyle Class / SetLineCapStyle Constructor / SetLineCapStyle Constructor(LineCapStyle)
The value of LineCap.

In This Topic
    SetLineCapStyle Constructor(LineCapStyle)
    In This Topic
    Initializes a new instance of the SetLineCapStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lineCap As LineCapStyle _
    )
    public SetLineCapStyle( 
       LineCapStyle lineCap
    )

    Parameters

    lineCap
    The value of LineCap.
    See Also