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

In This Topic
    Location Property (TouchEventArgs)
    In This Topic
    Touch client coordinate in pixels
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point
    public Point Location {get;}
    See Also