PDF File Writer Class Library - Author Uzi Granot
LineD Constructor (Double, Double, Double, Double) |
LineD constructor (coordinates)
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public LineD( double X1, double Y1, double X2, double Y2 )
Parameters
- X1
- Type: SystemDouble
Point1 X - Y1
- Type: SystemDouble
Point1 Y - X2
- Type: SystemDouble
Point2 X - Y2
- Type: SystemDouble
Point2 Y
