LineD Constructor (PointD, PointD)

PDF File Writer

LineD Constructor (PointD, PointD)

LineD constructor (two points)

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public LineD(
	PointD P1,
	PointD P2
)

Parameters

P1
Type: PdfFileWriterPointD
Point 1
P2
Type: PdfFileWriterPointD
Point 2
See Also