XFINIUM.PDF Documentation
LineTo Method



Xfinium.Pdf.Graphics Namespace > PdfContentStream Class : LineTo Method
X coordinate of line end.
Y coordinate of line end.
Appends a line segment to current path from current point to (x, y).
Operator: l
Syntax
'Declaration
 
Public Sub LineTo( _
   ByVal x As Double, _
   ByVal y As Double _
) 
'Usage
 
Dim instance As PdfContentStream
Dim x As Double
Dim y As Double
 
instance.LineTo(x, y)
public void LineTo( 
   double x,
   double y
)
public:
void LineTo( 
   double x,
   double y
) 

Parameters

x
X coordinate of line end.
y
Y coordinate of line end.
Remarks
The (x, y) becomes the current point.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfContentStream Class
PdfContentStream Members