Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / MultiTouchSettings Class / MultiTouchSettings Constructor / MultiTouchSettings Constructor(Boolean,Boolean,Boolean,Boolean)
If true, the movements are enabled
Enables or disables the zoom with two fingers
Enables or disables the pan with two fingers
Enables or disables the rotation with two fingers

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

    Parameters

    enableMultiTouchMovements
    If true, the movements are enabled
    zoom
    Enables or disables the zoom with two fingers
    pan
    Enables or disables the pan with two fingers
    rotate
    Enables or disables the rotation with two fingers
    See Also