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



PdfPen Pen that determines the color, width, and style of the line.
PdfPoint object that represents the first point to connect.
PdfPoint object that represents the second point to connect.
Draws a line connecting two PdfPoint objects.
Syntax
'Declaration
 
Public Overloads Sub DrawLine( _
   ByVal pen As PdfPen, _
   ByVal pt1 As PdfPoint, _
   ByVal pt2 As PdfPoint _
) 
'Usage
 
Dim instance As PdfGraphics
Dim pen As PdfPen
Dim pt1 As PdfPoint
Dim pt2 As PdfPoint
 
instance.DrawLine(pen, pt1, pt2)
public void DrawLine( 
   PdfPen pen,
   PdfPoint pt1,
   PdfPoint pt2
)
public:
void DrawLine( 
   PdfPen^ pen,
   PdfPoint^ pt1,
   PdfPoint^ pt2
) 

Parameters

pen
PdfPen Pen that determines the color, width, and style of the line.
pt1
PdfPoint object that represents the first point to connect.
pt2
PdfPoint object that represents the second point to connect.
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