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