Share via


VertexContent.RemoveRange Method

Note

This method is available only when developing for Windows.

Removes a range of vertex indices from the specified location in both PositionIndices and VertexChannel<T>.

Syntax

'Declaration
Public Sub RemoveRange ( _
         index As Integer, _
         count As Integer _
)
public void RemoveRange (
         int index,
         int count
)
public:
void RemoveRange(
         int index,
         int count
)

Parameters

  • index
    Type: Int32
    Index of the first vertex index to be removed.
  • count
    Type: Int32
    Number of indices to remove.

Requirements

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

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

See Also

Reference

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

Platforms

Windows 7, Windows Vista, Windows XP