C# Class Map_Query_QueryByBoundsService.DrawRectangle

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

Private Properties

Property Type Description
Activate void
OnDrawCompleted void
endDraw void

Public Methods

Method Description
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

Private Methods

Method Description
Activate ( Point2D item ) : void
OnDrawCompleted ( DrawEventArgs args ) : void
endDraw ( bool isCancel = false ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

DrawRectangle() public method

public DrawRectangle ( ) : SuperMap.WindowsPhone.Core
return SuperMap.WindowsPhone.Core

DrawRectangle() public method

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

OnMouseLeftButtonDown() public method

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

OnMouseLeftButtonUp() public method

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

OnMouseMove() public method

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