| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPolyline Object > IGArtXPolyline Methods > GetPoints Method |
Returns an array of the points.
GetPoints(StartIndex As Long, Count As Long) As IGPointArray
| Name | Description |
|---|---|
| StartIndex | The index of the point that is to be first in the resulting array. |
| Count | Number of the points to be read. If it is up to the last point, then -1; |
N/A