MapMouseEventArgs Constructor

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

Initializes a new instance of the MapMouseEventArgs 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 _
)
public MapMouseEventArgs (
    Point viewportPoint
)
public:
MapMouseEventArgs (
    Point viewportPoint
)
public MapMouseEventArgs (
    Point viewportPoint
)
public function MapMouseEventArgs (
    viewportPoint : Point
)

Parameters

  • viewportPoint
    The viewport point where the mouse event occurred.

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

MapMouseEventArgs Class
MapMouseEventArgs Members
Microsoft.Maps.MapControl Namespace