ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / CopyTo Method
ImGearColorBook array to copy the color elements to.
The zero-based index in array at which copying begins.




In This Topic
CopyTo Method (ImGearColorBooks)
In This Topic
Copies a range of elements to the specified array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearColorBooks
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
ImGearColorBook array to copy the color elements to.
index
The zero-based index in array at which copying begins.
See Also