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

In This Topic
    ContactSize Property
    In This Topic
    the size of the contact area in pixels
    Syntax
    'Declaration
     
    Public ReadOnly Property ContactSize As Nullable(Of Size)
    public Nullable<Size> ContactSize {get;}
    See Also