|
PdfLineElement Constructor (PointF, PointF) |
Constructs a pdf line element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public 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