.NET Framework Class Library

CustomScrollView.PinchRunning Method

<< Click to Display Table of Contents >>

.NET Framework Class Library

CustomScrollView.PinchRunning Method

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.dll)

Syntax

Visual Basic

Public Sub PinchRunning ( _
 touchX As Double, _
 touchY As Double, _
 scaleFactor As Double _
)

C#

public void PinchRunning(
 double touchX,
 double touchY,
 double scaleFactor
)

Visual C++

public:
void PinchRunning(
 double touchX,
 double touchY,
 double scaleFactor
)

Parameters

touchX

Type: System.Double

touchY

Type: System.Double

scaleFactor

Type: System.Double

See Also

CustomScrollView Class

CustomScrollView Members

Gnostice.Controls.Xamarin Namespace