ExifDictionary.CopyTo Method (ExifItemInfo[], Int32)

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)

Syntax

C#
public void CopyTo(
	ExifItemInfo[] array,
	int index
)

Parameters

array

Type: Aurigma.GraphicsMill.Codecs.ExifItemInfo[]

An array of ExifItemInfo to copy from.
index

Type: System.Int32

The zero-based index in array at which copying begins.

See Also

Reference