The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello.
I need to create my own shape object and it is only require all points of the polygon that i created.
How can I get the array of PointF that store the position of the polygon.
Sorry... again I find the array of pointF already. thanks.
ADAdministrator Syncfusion Team July 7, 2004 08:37 PM UTC
For the benefit of others....
The Diagram.Shape base class used for implementing Essential Diagram Shapes has a GetPoints() method that will return an array of PointF objects that represent the shape path.
Prakash
Syncfusion, Inc