Copies the items from the ActionCollection to the specified Array, starting with the specified index.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public void CopyTo(
	Array array,
	int index
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Array, _
	index As Integer _
)
Visual C++
public:
virtual void CopyTo(
	Array^ array, 
	int index
) sealed

Parameters

array
Type: System..::.Array
A zero-based Array that receives the copied items from the ActionCollection.
index
Type: System..::.Int32
The first index in the specified Array to receive the items.

Implements

ICollection..::.CopyTo(Array, Int32)

See Also