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

In This Topic
    IsTouchDown Property
    In This Topic
    Specifies that the corresponding touch point was established through a new contact
    Syntax
    'Declaration
     
    Public ReadOnly Property IsTouchDown As Boolean
    public bool IsTouchDown {get;}
    See Also