ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGIntegerArray Object > IGIntegerArray Methods > CopyTo Method |
Copies part of the current array (or the whole array) to another array (IGIntegerArray object).
CopyTo(IGIntegerArray Array, long Index, long Count)
Name | Description |
---|---|
Array | Destination array |
Index | Start position of the current array |
Count | Count of items to be copied |
N/A
None