ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / CopyTo Method
Destination array.
Position in the destination array to copy to.




In This Topic
CopyTo Method (ImGearLayerArray)
In This Topic
Copies the current array of layers into the specified array at specified position.
Syntax
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearLayerArray
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
Destination array.
index
Position in the destination array to copy to.
See Also