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




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayerArray Class : CopyTo Method
Destination array.
Position in the destination array to copy to.
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)
public virtual void CopyTo( 
   Array array,
   int index
)
public: virtual void CopyTo( 
   Array* array,
   int index
) 
public:
virtual void CopyTo( 
   Array^ array,
   int index
) 

Parameters

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

Reference

ImGearLayerArray Class
ImGearLayerArray Members