PDF for UWP | ComponentOne
C1.Xaml.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 Point, _
       ByVal pt2 As Point _
    )
    public PdfLineNote( 
       Point pt1,
       Point pt2
    )

    Parameters

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