ImageGear for .NET
CopyTo Method
See Also  Send Feedback
ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : CopyTo Method




array
The one-dimensional System.Array that is the destination of the elements copied from ImGearXMPArray<T>. The System.Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.

Glossary Item Box

Copies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied from ImGearXMPArray<T>. The System.Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionarray is null.
System.ArgumentOutOfRangeExceptionarrayIndex is less than 0.
System.ArgumentException

arrayIndex is equal to or greater than the length of array.

-or-

The number of elements in the source ImGearXMPArray<T> is greater than the available space from arrayIndex to the end of the destination array.

See Also

©2013. Accusoft Corporation. All Rights Reserved.