C# 클래스 Map_Query_QueryByBoundsService.DrawRectangle

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

Private Properties

프로퍼티 타입 설명
Activate void
OnDrawCompleted void
endDraw void

공개 메소드들

메소드 설명
Deactivate ( ) : void
DrawRectangle ( ) : SuperMap.WindowsPhone.Core
DrawRectangle ( Map map, ElementsLayer layer ) : SuperMap.WindowsPhone.Core
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
Activate ( Point2D item ) : void
OnDrawCompleted ( DrawEventArgs args ) : void
endDraw ( bool isCancel = false ) : void

메소드 상세

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

DrawRectangle() 공개 메소드

public DrawRectangle ( ) : SuperMap.WindowsPhone.Core
리턴 SuperMap.WindowsPhone.Core

DrawRectangle() 공개 메소드

public DrawRectangle ( Map map, ElementsLayer layer ) : SuperMap.WindowsPhone.Core
map SuperMap.WindowsPhone.Mapping.Map
layer SuperMap.WindowsPhone.Mapping.ElementsLayer
리턴 SuperMap.WindowsPhone.Core

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