MapTouchRotateEventArgs Constructor

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

Initializes a new instance of the MapTouchRotateEventArgs 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, _
    rotateAmount As Double _
)
public MapTouchRotateEventArgs (
    Point viewportPoint,
    double rotateAmount
)
public:
MapTouchRotateEventArgs (
    Point viewportPoint, 
    double rotateAmount
)
public MapTouchRotateEventArgs (
    Point viewportPoint, 
    double rotateAmount
)
public function MapTouchRotateEventArgs (
    viewportPoint : Point, 
    rotateAmount : double
)

Parameters

  • viewportPoint
    The viewport point where the screen was touched.
  • rotateAmount
    A double that is the change in heading, in degrees, that defines the rotation.

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

MapTouchRotateEventArgs Class
MapTouchRotateEventArgs Members
Microsoft.Maps.MapControl Namespace