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 () As System.Drawing.Color, _
ByVal As System.Integer _
)
public void CopyTo(
System.Drawing.Color[] ,
System.int
)
Parameters
- array
- Output array.
- index
- Starting index.
See Also