XFINIUM.PDF Documentation
AddPath Method



Xfinium.Pdf.Graphics Namespace > PdfPath Class : AddPath Method
Path to add to current path
Adds a path at the end of current path.
Syntax
'Declaration
 
Public Sub AddPath( _
   ByVal path As PdfPath _
) 
'Usage
 
Dim instance As PdfPath
Dim path As PdfPath
 
instance.AddPath(path)
public void AddPath( 
   PdfPath path
)
public:
void AddPath( 
   PdfPath^ path
) 

Parameters

path
Path to add to current path
Remarks
After calling this method the current point is undefined, a new sub path should be started using StartSubpath method.
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

PdfPath Class
PdfPath Members