ImageGear .NET v25.1 - Updated
CopyTo Method (ImGearDisplayChannels)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDisplayChannels Class : CopyTo Method
ImGearDisplayChannel 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 ImGearDisplayChannels
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
ImGearDisplayChannel array to copy the color elements to.
index
The zero-based index in array at which copying begins.
See Also

Reference

ImGearDisplayChannels Class
ImGearDisplayChannels Members