'Declaration Public Sub CopyTo( _ ByVal array() As PointStyle, _ ByVal index As System.Integer _ )
public void CopyTo( PointStyle[] array, System.int index )
Parameters
- array
- The array that is the destination of the elements copied from the PointStylesCollection.
- index
- The zero-based index in array at which copying begins.