TouchCollection Constructor

Initializes a new instance of the TouchCollection structure with a set of touch locations.

Syntax

'Declaration
Public Sub New ( _
         touches As TouchLocation() _
)
public TouchCollection (
         TouchLocation[] touches
)
public:
TouchCollection(
         TouchLocation touches[]
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework.Input.Touch

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

See Also

Tasks

Working with Touch Input

Reference

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

Platforms

Windows Phone