[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MarkerCollection.CopyTo

CopyTo Method

CopyTo(Marker[], int)

Copies the markers in the collection to an array, starting at the specified array index.

Declaration
public void CopyTo(Marker[] array, int arrayIndex)
Public Sub CopyTo(array As Marker(), arrayIndex As Integer)
Parameters
Type Name Description
Marker[] array

One-dimension array that is the destination of the markers copied from the collection.

int arrayIndex

Zero-based index in array at which copying begins.

Implements