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

LayerCollection.CopyTo Method

Copies the collection to a one-dimensional array, starting at the specified index of the target array.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub CopyTo ( _
	array As Layer(), _
	index As Integer _
)
C#
public void CopyTo(
	Layer[] array,
	int index
)

Parameters

array

Type: Aurigma.GraphicsMill.WinControls.Layer []

A one-dimensional array that is the destination of the layers copied from the collection.
index

Type: System.Int32

A zero-based index in the array at which copying begins.

See Also

Reference