TouchCollection.Add Method
Adds a TouchLocation to the collection.
Syntax
'Declaration
Public Sub Add ( _
item As TouchLocation _
)
public void Add (
TouchLocation item
)
public:
void Add(
TouchLocation item
)
Parameters
- item
Type: TouchLocation
TouchLocation to add.
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