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) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Eyeshot.MultiTouch.TouchEventArgs

.NET Framework

Supported in: 4.8

In this article

Definition