ImageGear .NET - Updated
CopyTo Method (ImGearColorBooks)




ImageGear24.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.
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)
public void CopyTo( 
   Array array,
   int index
)
public: void CopyTo( 
   Array* array,
   int index
) 
public:
void CopyTo( 
   Array^ array,
   int index
) 

Parameters

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

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class