MapTouchDragEventArgs Constructor (Point, Point, Boolean)

This documentation is no longer available on MSDN, however it is available as a CHM download.

Initializes a new instance of the MapTouchDragEventArgs class.

Namespace: Microsoft.Maps.MapControl
Assembly: Microsoft.Maps.MapControl.Common (in Microsoft.Maps.MapControl.Common.dll)

Usage

Syntax

'Declaration
Public Sub New ( _
    viewportPoint As Point, _
    fromViewportPoint As Point, _
    isInertial As Boolean _
)
public MapTouchDragEventArgs (
    Point viewportPoint,
    Point fromViewportPoint,
    bool isInertial
)
public:
MapTouchDragEventArgs (
    Point viewportPoint, 
    Point fromViewportPoint, 
    bool isInertial
)
public MapTouchDragEventArgs (
    Point viewportPoint, 
    Point fromViewportPoint, 
    boolean isInertial
)
public function MapTouchDragEventArgs (
    viewportPoint : Point, 
    fromViewportPoint : Point, 
    isInertial : boolean
)

Parameters

  • viewportPoint
    The viewport point where the touch drag started.
  • fromViewportPoint
    The viewport point where the touch drag stopped.
  • isInertial
    A bool indicating whether to use an inertia animation effect when the touch drag stops.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapTouchDragEventArgs Class
MapTouchDragEventArgs Members
Microsoft.Maps.MapControl Namespace