Skip to content

MapRotationChangedMapViewEventArgs

Namespace: ThinkGeo.Core

public class MapRotationChangedMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapRotationChangedMapViewEventArgs

Properties

PreviousRotation

public float PreviousRotation { get; set; }

Property Value

Single

CurrentRotation

public float CurrentRotation { get; set; }

Property Value

Single

Constructors

MapRotationChangedMapViewEventArgs()

public MapRotationChangedMapViewEventArgs()

MapRotationChangedMapViewEventArgs(Single, Single)

public MapRotationChangedMapViewEventArgs(float previousRotation, float currentRotation)

Parameters

previousRotation Single

currentRotation Single