| ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPointArray Object |
This object represents an array of elements of IGPoint Object type.
IIGPointArray extends IIGArray
| GetItemCopy Method | This method creates a new object containing a copy of the point. |
| Resize Method | This method re-sizes the array. |
| UpdateItemFrom Method | This method updates point in the array. |
| Size Property | This property returns the number of points in the array. |
| Type Property | This property returns the type of data elements stored in the array. |
| XPos Property | This indexed property provides X coordinate of the point. |
| YPos Property | This indexed property provides Y coordinate of the point. |