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

In This Topic
    Location Property (GestureEventArgs)
    In This Topic
    The gesture location translated into client area
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point
    public Point Location {get;}
    See Also