XFINIUM.PDF Documentation
AddPolygon Method



An array of points that define the polygon vertices.
Adds a polygon to path.
Syntax
'Declaration
 
Public Sub AddPolygon( _
   ByVal points() As PdfPoint _
) 
'Usage
 
Dim instance As PdfPath
Dim points() As PdfPoint
 
instance.AddPolygon(points)
public void AddPolygon( 
   PdfPoint[] points
)
public:
void AddPolygon( 
   array<PdfPoint^>^ points
) 

Parameters

points
An array of points that define the polygon vertices.
Remarks
The polygon defines a closed subpath.
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

PdfPath Class
PdfPath Members

Send Feedback