|  | 
| PdfLineElement Constructor (PointF, PointF) | 
 
            Constructs a pdf line element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfLineElement(
	PointF start,
	PointF end
)
Public Sub New ( 
	start As PointF,
	end As PointF
)
Parameters
- start
- Type: System.DrawingPointF
 The starting point of the line.
- end
- Type: System.DrawingPointF
 The ending point of the line.
 See Also
See Also