C# Class SuperMap.WindowsPhone.Actions.DrawPoint

${ui_action_DrawPoint_Title}。

${ui_action_DrawPoint_Description}

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

Méthodes publiques

Méthode Description
Deactivate ( ) : void
DrawPoint ( Map map ) : System

${ui_action_DrawPoint_constructor_Map_D}

OnTap ( GestureEventArgs e ) : void

Private Methods

Méthode Description
OnDrawComplete ( DrawEventArgs args ) : void

Method Details

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

DrawPoint() public méthode

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

OnTap() public méthode

public OnTap ( GestureEventArgs e ) : void
e GestureEventArgs
Résultat void