[]
Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects.
public void CopyTo(PointStyle[] array, int index)
Type | Name | Description |
---|---|---|
PointStyle[] | array | The array that is the destination of the elements copied from the PointStylesCollection. |
int | index | The zero-based index in array at which copying begins. |