.NET Framework Class Library

DoubleTapEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > DoubleTapEventArgs Class >

.NET Framework Class Library

DoubleTapEventArgs Constructor

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Sub New ( _
 touchX As Double, _
 touchY As Double _
)

C#

public DoubleTapEventArgs(
 double touchX,
 double touchY
)

Visual C++

public:
DoubleTapEventArgs(
 double touchX,
 double touchY
)

Parameters

touchX

Type: System.Double

touchY

Type: System.Double

See Also

DoubleTapEventArgs Class

DoubleTapEventArgs Members

Gnostice.Controls.Xamarin Namespace