C# Class SuperMap.WindowsPhone.Actions.DrawPoint

${ui_action_DrawPoint_Title}。

${ui_action_DrawPoint_Description}

Inheritance: MapAction
Show file Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
Deactivate ( ) : void
DrawPoint ( Map map ) : System

${ui_action_DrawPoint_constructor_Map_D}

OnTap ( GestureEventArgs e ) : void

Private Methods

Method Description
OnDrawComplete ( DrawEventArgs args ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

DrawPoint() public method

${ui_action_DrawPoint_constructor_Map_D}
public DrawPoint ( Map map ) : System
map SuperMap.WindowsPhone.Mapping.Map ${ui_action_DrawPoint_constructor_Map_param_map}
return System

OnTap() public method

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