MultiTouchSettings(Boolean, Boolean, Boolean, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal enableMultiTouchMovements As Boolean, _ 
ByVal zoom As Boolean, _ 
ByVal pan As Boolean, _ 
ByVal rotate As Boolean
)
This language is not supported or no code example is available.
public MultiTouchSettings( 
bool enableMultiTouchMovements
bool zoom
bool pan
bool rotate 
)
This language is not supported or no code example is available.

Parameters

enableMultiTouchMovements
bool

If true, the movements are enabled

zoom
bool

Enables or disables the zoom with two fingers

pan
bool

Enables or disables the pan with two fingers

rotate
bool

Enables or disables the rotation with two fingers

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition