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

XmpDictionaryNode.CopyTo Method

Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array 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

The one-dimensional array that is the destination of the elements copied from the current array.
index

Type: System.Int32

A 32-bit integer that represents the index in array at which copying begins.

See Also

Reference