ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXFilledPolygon Object > IGArtXFilledPolygon 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 first in resulting array. |
Count | Number of points to be read; up to last point if -1; |
N/A