This documentation is for the old version. Go to the latest Graphics Mill docs

MetadataDictionary.CopyTo Method

Copies the elements of the dictionary into the specified array beginning from specified index.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Sub CopyTo ( _
	array As Array, _
	index As Integer _
)
C#
public virtual void CopyTo(
	Array array,
	int index
)

Parameters

array

Type: System.Array

One-dimensional zero-based Array that is the destination for the items. Items are values without keys.
index

Type: System.Int32

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

See Also

Reference