MapRotationChangedMapViewEventArgs¶
Namespace: ThinkGeo.Core
public class MapRotationChangedMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → MapRotationChangedMapViewEventArgs
Properties¶
PreviousRotation¶
public float PreviousRotation { get; set; }
Property Value¶
CurrentRotation¶
public float CurrentRotation { get; set; }
Property Value¶
Constructors¶
MapRotationChangedMapViewEventArgs()¶
public MapRotationChangedMapViewEventArgs()
MapRotationChangedMapViewEventArgs(Single, Single)¶
public MapRotationChangedMapViewEventArgs(float previousRotation, float currentRotation)
Parameters¶
previousRotation
Single
currentRotation
Single