[]
Copies the collection Color elements beginning with the specified index to an array of Color.
public void CopyTo(Color[] array, int index)
Public Sub CopyTo(array As Color(), index As Integer)
| Type | Name | Description |
|---|---|---|
| Color[] | array | Output array. |
| int | index | Starting index. |