FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart 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 Color, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       Color[] array,
       int index
    )

    Parameters

    array
    Output array.
    index
    Starting index.
    See Also