C# Class Map_Query_QueryByBoundsService.DrawPoint

Inheritance: Action
Exibir arquivo Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
Deactivate ( ) : void
DrawPoint ( Map map, ElementsLayer layer ) : SuperMap.WindowsPhone.Core
Tap ( GestureEventArgs e ) : void

Private Methods

Method Description
OnDrawComplete ( DrawEventArgs args ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

DrawPoint() public method

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

Tap() public method

public Tap ( GestureEventArgs e ) : void
e GestureEventArgs
return void