ImageGear .NET - Updated May 30, 2018
CopyTo Method (ImGearDisplayChannels)




ImageGear24.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)

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