2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStylesCollection Class / CopyTo Method
The array that is the destination of the elements copied from the PointStylesCollection.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo Method (PointStylesCollection)
    In This Topic
    Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As PointStyle, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       PointStyle[] array,
       System.int index
    )

    Parameters

    array
    The array that is the destination of the elements copied from the PointStylesCollection.
    index
    The zero-based index in array at which copying begins.
    See Also