Skip to content

MapRotationChangingMapViewEventArgs

Namespace: ThinkGeo.Core

public class MapRotationChangingMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapRotationChangingMapViewEventArgs

Properties

PreviousRotation

public float PreviousRotation { get; set; }

Property Value

Single

CurrentRotation

public float CurrentRotation { get; set; }

Property Value

Single

Constructors

MapRotationChangingMapViewEventArgs()

public MapRotationChangingMapViewEventArgs()

MapRotationChangingMapViewEventArgs(Single, Single)

public MapRotationChangingMapViewEventArgs(float previousRotation, float currentRotation)

Parameters

previousRotation Single

currentRotation Single