Partager via


VertexChannel.CopyTo Method

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 Array, _
         index As Integer _
)
public void CopyTo (
         Array array,
         int index
)
public:
void CopyTo(
         Array array,
         int index
)

Parameters

  • array
    Type: Array
    Array that will receive the copied channel elements.
  • index
    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 Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace

Platforms

Windows 7, Windows Vista, Windows XP