C# Class SuperMap.WinRT.Mapping.ZoomAnimation

Mostrar archivo Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
Cancel ( ) : void
DeltaZoom ( double targetResolution, Point2D targetCenter, System.TimeSpan zoomDuration ) : void
ZoomAnimation ( Map map ) : SuperMap.WinRT.Core

Private Methods

Method Description
CompositionTarget_Rendering ( object sender, object e ) : void
OnZoomCompleted ( double nowResolution, Point2D nowCenter ) : void
OnZoomStarted ( ) : void
OnZooming ( double nowResolution, Point2D nowCenter ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

DeltaZoom() public method

public DeltaZoom ( double targetResolution, Point2D targetCenter, System.TimeSpan zoomDuration ) : void
targetResolution double
targetCenter SuperMap.WinRT.Core.Point2D
zoomDuration System.TimeSpan
return void

ZoomAnimation() public method

public ZoomAnimation ( Map map ) : SuperMap.WinRT.Core
map Map
return SuperMap.WinRT.Core