MapMouseDragEventArgs 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 MapMouseDragEventArgs 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 MapMouseDragEventArgs (
    Point viewportPoint,
    Point fromViewportPoint,
    bool isInertial
)
public:
MapMouseDragEventArgs (
    Point viewportPoint, 
    Point fromViewportPoint, 
    bool isInertial
)
public MapMouseDragEventArgs (
    Point viewportPoint, 
    Point fromViewportPoint, 
    boolean isInertial
)
public function MapMouseDragEventArgs (
    viewportPoint : Point, 
    fromViewportPoint : Point, 
    isInertial : boolean
)

Parameters

  • viewportPoint
    The viewport point where the mouse drag ended.
  • fromViewportPoint
    The viewport point where the mouse drag began.
  • isInertial
    A bool indicating whether to use the inertia animation effect for the drag.

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

MapMouseDragEventArgs Class
MapMouseDragEventArgs Members
Microsoft.Maps.MapControl Namespace