VertexContent.RemoveAt Method
Note
This method is available only when developing for Windows.
Removes a vertex index from the specified location in both PositionIndices and VertexChannel<T>.
Syntax
'Declaration
Public Sub RemoveAt ( _
index As Integer _
)
public void RemoveAt (
int index
)
public:
void RemoveAt(
int index
)
Parameters
- index
Type: Int32
Index of the vertex to be removed.
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