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
- touches
Type: TouchLocation
Array of touch locations.
Requirements
Namespace: Microsoft.Xna.Framework.Input.Touch
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Tasks
Reference
TouchCollection Structure
TouchCollection Members
Microsoft.Xna.Framework.Input.Touch Namespace
Platforms
Windows Phone