TouchEventArgs Class

EventArgs passed to Touch handlers
Public Class TouchEventArgs 
Inherits EventArgs
This language is not supported or no code example is available.
public class TouchEventArgs : EventArgs
This language is not supported or no code example is available.
Name Description
Public property AbsoluteTime touch event time
Public property ContactSize the size of the contact area in pixels
Public property Flags A set of bit flags that specify various aspects of touch point press, release, and motion.
Public property Id A touch point identifier that distinguishes a particular touch input
Public property IsPrimaryContact Is Primary Contact (The first touch sequence)
Public property IsTouchDown Specifies that the corresponding touch point was established through a new contact
Public property IsTouchInRange Specifies that a touch point is in range
Public property IsTouchMove Specifies that movement occurred
Public property IsTouchNoCoalesce specifies that this input was not coalesced.
Public property IsTouchPalm The touch event came from the user's palm
Public property IsTouchPen Specifies that the touch point is associated with a pen contact
Public property IsTouchUp Specifies that a touch point was removed
Public property Location Touch client coordinate in pixels
Public property Mask mask which fields in the structure are valid
Public property Time touch event time from system up
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.MultiTouch.TouchEventArgs

.NET Framework

Supported in: 4.7.2

In this article

Definition