Description:
This object represents the array of IGDoublePoint Object elements.
Interface:
IIGDoublePointArray extends IIGObject
Members:
Methods
GetItemCopy Method |
This method creates a new object containing a copy of the point stored at the specified index in the array. |
Resize Method |
This method re-sizes the array. |
UpdateItemFrom Method |
This method updates point in the array stored at the specified index. |
Properties
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 get/set X Position of the specified point in the array. |
YPos Property |
This indexed property get/set Y Position of the specified point in the array. |