Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / GestureEventArgs Class / PanVelocity Property

In This Topic
    PanVelocity Property
    In This Topic
    The velocity vector of the pan gesture, can be used for custom inertia
    Syntax
    'Declaration
     
    Public ReadOnly Property PanVelocity As Size
    public Size PanVelocity {get;}
    See Also