XFINIUM.PDF Documentation
Points Property (PdfPathItem)



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 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

PdfPathItem Class
PdfPathItem Members

Send Feedback