This documentation is for the old version. Go to the latest Graphics Mill docs

ControlPointCollection.CopyTo Method (ControlPoint[], Int32)

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)

Syntax

Visual Basic
Public Sub CopyTo ( _
	array As ControlPoint(), _
	index As Integer _
)
C#
public void CopyTo(
	ControlPoint[] array,
	int index
)

Parameters

array

Type: Aurigma.GraphicsMill.WinControls.ControlPoint []

A one-dimesional array of control points that is the destination of the elements copied from the collection.
index

Type: System.Int32

A zero-based index in the array at which copying begins.

See Also

Reference