XFINIUM.PDF Documentation
DrawLine(PdfPen,Double,Double,Double,Double) Method



PdfPen Pen that determines the color, width, and style of the line.
The x-coordinate of the first point.
The y-coordinate of the first point.
The x-coordinate of the second point.
The y-coordinate of the second point.
Draws a line connecting the two points specified by the coordinate pairs.
Syntax
'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 _
) 
'Usage
 
Dim instance As PdfGraphics
Dim pen As PdfPen
Dim x1 As Double
Dim y1 As Double
Dim x2 As Double
Dim y2 As Double
 
instance.DrawLine(pen, x1, y1, x2, y2)
public void DrawLine( 
   PdfPen pen,
   double x1,
   double y1,
   double x2,
   double y2
)
public:
void DrawLine( 
   PdfPen^ pen,
   double x1,
   double y1,
   double x2,
   double y2
) 

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.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfGraphics Class
PdfGraphics Members
Overload List

Send Feedback