Bagikan melalui


CurveKeyCollection.CopyTo Method

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

Syntax

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

Parameters

  • array
    Type: CurveKey
    The destination of the CurveKeys copied from CurveKeyCollection. The array must have zero-based indexing.
  • arrayIndex
    Type: Int32
    The zero-based index in the array to start copying from.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

CurveKeyCollection Class
CurveKeyCollection Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone