C# 클래스 Map_Query_QueryByBoundsService.Action

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

공개 메소드들

메소드 설명
Deactivate ( ) : void
DoubleTap ( GestureEventArgs e ) : void
Hold ( GestureEventArgs e ) : void
OnHold ( GestureEventArgs e ) : void
OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
Tap ( GestureEventArgs e ) : void

메소드 상세

Deactivate() 공개 추상적인 메소드

public abstract Deactivate ( ) : void
리턴 void

DoubleTap() 공개 메소드

public DoubleTap ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void

Hold() 공개 메소드

public Hold ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void

OnHold() 공개 메소드

public OnHold ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void

OnManipulationCompleted() 공개 메소드

public OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void
e System.Windows.Input.ManipulationCompletedEventArgs
리턴 void

OnManipulationDelta() 공개 메소드

public OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
e System.Windows.Input.ManipulationDeltaEventArgs
리턴 void

OnManipulationStarted() 공개 메소드

public OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void
e System.Windows.Input.ManipulationStartedEventArgs
리턴 void

OnMouseEnter() 공개 메소드

public OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 공개 메소드

public OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeftButtonDown() 공개 메소드

public OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseLeftButtonUp() 공개 메소드

public OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

Tap() 공개 메소드

public Tap ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void