PdfContents.DrawLine Method (PointD, PointD, Double)

PDF File Writer

PdfContentsDrawLine Method (PointD, PointD, Double)

Draw line with given line width

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawLine(
	PointD P1,
	PointD P2,
	double LineWidth
)

Parameters

P1
Type: PdfFileWriterPointD
Point 1
P2
Type: PdfFileWriterPointD
Point 2
LineWidth
Type: SystemDouble
Line width
See Also