'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. TheArray
must have zero-based indexing. - index
- The zero-based index in
Array
at which copying begins.