ComponentOne PDF for .NET
C1.Pdf Namespace / PdfLineNote Class / PdfLineNote Constructor
The starting point of the line.
The ending point of the line.

In This Topic
    PdfLineNote Constructor
    In This Topic
    Initializes a new instance of the PdfLineNote class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pt1 As PointF, _
       ByVal pt2 As PointF _
    )
    public PdfLineNote( 
       PointF pt1,
       PointF pt2
    )

    Parameters

    pt1
    The starting point of the line.
    pt2
    The ending point of the line.
    See Also