CurveKeyCollection.CopyTo Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided.

Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As CurveKey(), _
    arrayIndex As Integer _
)
public void CopyTo(
    CurveKey[] array,
    int arrayIndex
)

Parameters

  • arrayIndex
    Type: System.Int32
    The zero-based index in the array to start copying from.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.