MapMouseDragEventArgs Constructor (Point, Point)

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

Parameters

  • viewportPoint
    The viewport point where the mouse drag ended.
  • fromViewportPoint
    The viewport point where the mouse drag began.

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