PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawLine Method (Double, Double, Double, Double, Double) |
Draw line with given line width
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawLine( double X1, double Y1, double X2, double Y2, double LineWidth )
Parameters
- X1
- Type: SystemDouble
Point 1 X - Y1
- Type: SystemDouble
Point 1 Y - X2
- Type: SystemDouble
Point 2 X - Y2
- Type: SystemDouble
Point 2 X - LineWidth
- Type: SystemDouble
Line width
