VertexChannel.CopyTo Method (T , Int32)

Note

This method is available only when developing for Windows.

Copies the elements of the channel to an array, starting at the specified index.

Syntax

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

Parameters

  • array
    Type: T
    Array that will receive the copied channel elements.
  • arrayIndex
    Type: Int32
    Starting index for copy operation.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

VertexChannel Generic Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace

Platforms

Windows 7, Windows Vista, Windows XP