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