ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFilters Class / CopyTo Method
The one-dimensional Array of ImGearFormat elements that is the destination of the elements copied. The Array must have zero-based indexing.
The zero-based index in Array at which copying begins.




In This Topic
CopyTo Method (ImGearFileFilters)
In This Topic
Copies IImGearFormat entries to an Array of IImGearFormat elements, starting at a particular Array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearFileFilters
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
The one-dimensional Array of ImGearFormat elements that is the destination of the elements copied. The Array must have zero-based indexing.
index
The zero-based index in Array at which copying begins.
See Also