Search
TouchEventArgs Members
Constructors Properties
 


Contains the arguments passed to touch event handlers.

The following tables list the members exposed by the TouchEventArgs type.

 Public Constructors

  Name Description

TouchEventArgs

Initializes a new instance of the TouchEventArgs class.

 Public Properties

  Name Description

Flags

Gets or sets the touch flags.

Id

Gets or sets the touch id.

PrimaryTouch

Gets or sets whether this is the primary touch.

TouchHeight

Gets or sets the touch height.

TouchWidth

Gets or sets the touch width.

TouchX

Gets or sets the touch horizontal position.

TouchY

Gets or sets the touch vertical position.

 See Also