CopyTo Method (ChartCoordArray)
In This Topic
Copies the elements of the
ChartCoordArray to an
System.Array.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal As System.Array, _
ByVal As System.Integer _
)
public void CopyTo(
System.Array ,
System.int
)
Parameters
- arr
- The one-dimensional System.Array that is the destination of the elements copied from ChartCoordArray.
- index
- The zero-based index in array at which copying begins.
See Also