[]
        
(Showing Draft Content)

C1.C1Pdf.PdfLineNote.-ctor

PdfLineNote Constructor

PdfLineNote(PointF, PointF)

Initializes a new instance of the PdfLineNote class.

Declaration
public PdfLineNote(PointF pt1, PointF pt2)
Parameters
Type Name Description
PointF pt1

The starting point of the line.

PointF pt2

The ending point of the line.