C# Class Map_Query_QueryByBoundsService.DrawRectangle

Inheritance: Action
Afficher le fichier Open project: SuperMap/iClient-for-Win8

Private Properties

Свойство Type Description
Activate void
OnDrawCompleted void
endDraw void

Méthodes publiques

Méthode 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

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

Method Details

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

DrawRectangle() public méthode

public DrawRectangle ( ) : SuperMap.WindowsPhone.Core
Résultat SuperMap.WindowsPhone.Core

DrawRectangle() public méthode

public DrawRectangle ( Map map, ElementsLayer layer ) : SuperMap.WindowsPhone.Core
map SuperMap.WindowsPhone.Mapping.Map
layer SuperMap.WindowsPhone.Mapping.ElementsLayer
Résultat SuperMap.WindowsPhone.Core

OnMouseLeftButtonDown() public méthode

public OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() public méthode

public OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void