ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DColorsCollection Class / CopyTo Method
Output array.
Starting index.

In This Topic
    CopyTo Method (Chart3DColorsCollection)
    In This Topic
    Copies the collection Color elements beginning with the specified index to an array of Color.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As System.Drawing.Color, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       System.Drawing.Color[] array,
       System.int index
    )

    Parameters

    array
    Output array.
    index
    Starting index.
    See Also