'Declaration Public Sub CopyTo( _
ByVal arrayThe one-dimensional System.Array that is the destination of the elements copied from ImageCollection. The System.Array must have zero-based indexing.() As VintasoftImage, _
ByVal arrayIndexThe zero-based index in array at which copying begins.As System.Int32 _
)
public void CopyTo(
VintasoftImage[] array,
System.Int32 arrayIndex
)
public: void CopyTo(
VintasoftImage*[]* array,
System.Int32 arrayIndex
)
public:
void CopyTo(
array<VintasoftImage^>^ array,
System.Int32 arrayIndex
)
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from ImageCollection. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.