CurveKeyCollection.CopyTo Method (Microsoft.Xna.Framework)

Copies the keys of this collection to an array, starting at the array index provided.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public sealed void CopyTo(
	CurveKey[] array, 
	int arrayIndex
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

array
Type: Microsoft.Xna.Framework.CurveKey[]
Destination array where elements will be copied.
arrayIndex
Type: System.Int32
The zero-based index in the array to start copying from.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web