共用方式為


IndirectPositionCollection.CopyTo Method

Note

This method is available only when developing for Windows.

Copies the specified positions to an array, starting at the specified index.

Syntax

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

Parameters

  • array
    Type: Vector3
    Array of positions to be copied.
  • arrayIndex
    Type: Int32
    Index of the first copied position.

Requirements

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

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

See Also

Reference

IndirectPositionCollection Class
IndirectPositionCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace

Platforms

Windows 7, Windows Vista, Windows XP