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

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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

Parameters

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