ComponentOne PDF for WPF and Silverlight
PdfLineNote Constructor

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > PdfLineNote Class : PdfLineNote Constructor
The starting point of the line.
The ending point of the line.
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

Reference

PdfLineNote Class
PdfLineNote Members