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
- index
Type: Int32
Index in the touch collection for the new item. - item
Type: TouchLocation
TouchLocation to be inserted.
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