Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MultiTouchSettings Class / MultiTouchSettings Constructor / MultiTouchSettings Constructor(Boolean)
If true, the movements are enabled

In This Topic
    MultiTouchSettings Constructor(Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal enableMultiTouchMovements As Boolean _
    )
    public MultiTouchSettings( 
       bool enableMultiTouchMovements
    )

    Parameters

    enableMultiTouchMovements
    If true, the movements are enabled
    See Also