TouchCollection.Remove Method

Removes the specified TouchLocation from the TouchCollection.

Syntax

'Declaration
Public Function Remove ( _
         item As TouchLocation _
) As Boolean 
public bool Remove (
         TouchLocation item
)
public:
bool Remove(
         TouchLocation item
)

Parameters

Return Value

Type: Boolean
The return value is true if the item was successfully removed; otherwise it is false.

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