TouchCollection.Insert Method

Inserts a new TouchLocation into the TouchCollection at a specified index.

Syntax

'Declaration
Public Sub Insert ( _
         index As Integer, _
         item As TouchLocation _
)
public void Insert (
         int index,
         TouchLocation item
)
public:
void Insert(
         int index,
         TouchLocation item
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework.Input.Touch

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

TouchCollection Structure
TouchCollection Members
Microsoft.Xna.Framework.Input.Touch Namespace

Platforms

Windows Phone