C# 클래스 SuperMap.WinRT.Mapping.ZoomAnimation

파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8

공개 메소드들

메소드 설명
Cancel ( ) : void
DeltaZoom ( double targetResolution, Point2D targetCenter, System.TimeSpan zoomDuration ) : void
ZoomAnimation ( Map map ) : SuperMap.WinRT.Core

비공개 메소드들

메소드 설명
CompositionTarget_Rendering ( object sender, object e ) : void
OnZoomCompleted ( double nowResolution, Point2D nowCenter ) : void
OnZoomStarted ( ) : void
OnZooming ( double nowResolution, Point2D nowCenter ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

DeltaZoom() 공개 메소드

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

ZoomAnimation() 공개 메소드

public ZoomAnimation ( Map map ) : SuperMap.WinRT.Core
map Map
리턴 SuperMap.WinRT.Core