Link Search Menu Expand Document

LineAnnotation Constructor (PointF, PointF)

Initializes a new instance of the Bytescout.PDF.LineAnnotation class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public LineAnnotation(
	PointF pt1,
	PointF pt2
)

Parameters

pt1
Type: System.DrawingPointF
The first point.
pt2
Type: System.DrawingPointF
The second point.
See Also

Reference