Get the pointlist

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.

2 Replies

SL sk lim July 7, 2004 06:51 AM UTC

Sorry... again I find the array of pointF already. thanks.


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

Loader.
Up arrow icon