C# Class SuperMap.Web.Mapping.PanAnimation

Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
PanAnimation ( FrameworkElement element ) : System

Private Methods

Method Description
CompositionTarget_Rendering ( object sender, EventArgs e ) : void
DeltaPan ( int dX, int dY, System.TimeSpan duration ) : void
GetCurrentOffset ( ) : Point
OnPanAnimationCompleted ( ) : void
OnPanning ( ) : void
ResetTranslate ( ) : void
StartLoop ( ) : void
Stop ( bool stopTimer ) : void
StopLoop ( ) : void

Method Details

PanAnimation() public method

public PanAnimation ( FrameworkElement element ) : System
element System.Windows.FrameworkElement
return System