Copies the elements of the collection to an array starting at a particular index.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub CopyTo ( _ array As ControlPoint(), _ index As Integer _ )
public void CopyTo( ControlPoint[] array, int index )
Type: System.Int32
A zero-based index in the array at which copying begins.