Copies the entire array of ExifItemInfo to this dictionary, starting at the specified index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void CopyTo( ExifItemInfo[] array, int index )
Type: Aurigma.GraphicsMill.Codecs.ExifItemInfo[]
An array of ExifItemInfo to copy from.Type: System.Int32
The zero-based index in array at which copying begins.