ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPixelArray Object > IGPixelArray Methods > CopyTo Method |
Copies pixel values from an IGPixelArray object to an IGIntegerArray Object. The IGIntegerArray object must already exist and be large enough to receive the number of pixel values specified to copy.
CopyTo(Array As IGIntegerArray, Index As Long, Count As Long)
Name | Description |
---|---|
Array | IGIntegerArray Object to which to copy pixels values. |
Index | Index in source array from which to start copying. |
Count | Number of pixel values to copy. |
None
N/A
None