CurrentExtentChangedInAnimationMapViewEventArgs¶
Namespace: ThinkGeo.UI.Wpf
public class CurrentExtentChangedInAnimationMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → CurrentExtentChangedInAnimationMapViewEventArgs
Properties¶
FromCenterPoint¶
public PointShape FromCenterPoint { get; internal set; }
Property Value¶
PointShape
ToCenterPoint¶
public PointShape ToCenterPoint { get; internal set; }
Property Value¶
PointShape
FromResolution¶
public double FromResolution { get; internal set; }
Property Value¶
ToResolution¶
public double ToResolution { get; internal set; }
Property Value¶
FromRotationAngle¶
public double FromRotationAngle { get; internal set; }
Property Value¶
ToRotationAngle¶
public double ToRotationAngle { get; internal set; }
Property Value¶
Progress¶
From 0 to 1, 0 means the animation just started, 1 means the animation is finished.
public double Progress { get; internal set; }
Property Value¶
Constructors¶
CurrentExtentChangedInAnimationMapViewEventArgs()¶
public CurrentExtentChangedInAnimationMapViewEventArgs()