Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.MultiTouch Namespace / GestureEventArgs Class
Properties


In This Topic
    GestureEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GestureEventArgs.

    Public Properties
     NameDescription
    Public Property The calculated gesture center  
    Public Property the raw Gesture arguments  
    Public Property The windows gesture id  
    Public Property The first event of a gesture  
    Public Property The last event of a gesture  
    Public Property The gesture has triggered inertia  
    Public Property The first gesture in this gesture event sequence  
    Public Property The last gesture in this gesture event sequence  
    Public Property The gesture location translated into client area  
    Public Property The relative panning translation, used by the Pan event  
    Public Property The velocity vector of the pan gesture, can be used for custom inertia  
    Public Property The relative rotation angle, used by the Rotate event  
    Public Property The zoom factor, used by the Zoom event  
    Top
    See Also