Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / TouchEventArgs Class
Properties


In This Topic
    TouchEventArgs Class Members
    In This Topic

    The following tables list the members exposed by TouchEventArgs.

    Public Properties
     NameDescription
    Public Property touch event time  
    Public Property the size of the contact area in pixels  
    Public Property A set of bit flags that specify various aspects of touch point press, release, and motion.  
    Public Property A touch point identifier that distinguishes a particular touch input  
    Public Property Is Primary Contact (The first touch sequence)  
    Public Property Specifies that the corresponding touch point was established through a new contact  
    Public Property Specifies that a touch point is in range  
    Public Property Specifies that movement occurred  
    Public Property specifies that this input was not coalesced.  
    Public Property The touch event came from the user's palm  
    Public Property Specifies that the touch point is associated with a pen contact  
    Public Property Specifies that a touch point was removed  
    Public Property Touch client coordinate in pixels  
    Public Property mask which fields in the structure are valid  
    Public Property touch event time from system up  
    Top
    See Also