[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DColorsCollection.CopyTo

CopyTo Method

CopyTo(Color[], int)

Copies the collection Color elements beginning with the specified index to an array of Color.

Declaration
public void CopyTo(Color[] array, int index)
Parameters
Type Name Description
Color[] array

Output array.

int index

Starting index.

See Also