ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDoublePointArray Object > IGDoublePointArray Methods > GetItemCopy Method |
Creates a new object containing a copy of the point stored at the specified index in the array.
GetItemCopy(Index As Long) As IGDoublePoint
Name | Description |
---|---|
Index | Index of the point in the array. |
A new instance of the IGDoublePoint Object containing the copy of the required pixel.
N/A
None