'Declaration
Public Overloads Sub DrawLine( _ ByVal pen As PdfPen, _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double _ )
Parameters
- pen
- PdfPen Pen that determines the color, width, and style of the line.
- x1
- The x-coordinate of the first point.
- y1
- The y-coordinate of the first point.
- x2
- The x-coordinate of the second point.
- y2
- The y-coordinate of the second point.