XFINIUM.PDF Documentation
Points Property (PdfPathItem)



Xfinium.Pdf.Content Namespace > PdfPathItem Class : Points Property
Gets the item points.
Syntax
'Declaration
 
Public ReadOnly Property Points As PdfPoint()
'Usage
 
Dim instance As PdfPathItem
Dim value() As PdfPoint
 
value = instance.Points
public PdfPoint[] Points {get;}
public:
property array<PdfPoint^>^ Points {
   array<PdfPoint^>^ get();
}

Property Value

An array of point associated with the path item.
Remarks
The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 pointsand the CloseSubpath has no points (the array is null).
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

PdfPathItem Class
PdfPathItem Members