C# Class SuperMap.WinRT.Actions.MapAction

${ui_action_MapAction_Title}。

${ui_action_MapAction_Description}

Afficher le fichier Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Méthodes publiques

Méthode Description
Deactivate ( ) : void

${ui_action_MapAction_method_deactivate_D}

MapAction ( ) : System.Windows.Input

${ui_action_MapAction_constructor_None_D}

MapAction ( Map map, string name ) : System.Windows.Input

${ui_action_MapAction_constructor_Map_D}

OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnDoubleTapped_D}

OnHolding ( HoldingRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnHolding_D}

OnKeyDown ( KeyRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnKeyDown_D}

OnKeyUp ( KeyRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnKeyUp_D}

OnManipulationCompleted ( ManipulationCompletedRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnManipulationCompleted_D}

OnManipulationDelta ( ManipulationDeltaRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnManipulationDelta_D}

OnManipulationInertiaStarting ( ManipulationInertiaStartingRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnManipulationInertiaStarting_D}

OnManipulationStarted ( ManipulationStartedRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnManipulationStarted_D}

OnManipulationStarting ( ManipulationStartingRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnManipulationStarting_D}

OnPointerCanceled ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerCanceled_D}

OnPointerCaptureLost ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerCaptureLost_D}

OnPointerEntered ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerEntered_D}

OnPointerExited ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerExited_D}

OnPointerMoved ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerMoved_D}

OnPointerPressed ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerPressed_D}

OnPointerReleased ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerReleased_D}

OnPointerWheelChanged ( PointerRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnPointerWheelChanged_D}

OnRightTapped ( RightTappedRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnRightTapped_D}

OnTapped ( TappedRoutedEventArgs e ) : void

${ui_action_MapAction_event_OnTapped_D}

Private Methods

Méthode Description
Dispose ( ) : void

Method Details

Deactivate() public abstract méthode

${ui_action_MapAction_method_deactivate_D}
public abstract Deactivate ( ) : void
Résultat void

MapAction() public méthode

${ui_action_MapAction_constructor_None_D}
public MapAction ( ) : System.Windows.Input
Résultat System.Windows.Input

MapAction() public méthode

${ui_action_MapAction_constructor_Map_D}
public MapAction ( Map map, string name ) : System.Windows.Input
map SuperMap.WinRT.Mapping.Map ${ui_action_MapAction_constructor_Map_param_map}
name string ${ui_action_MapAction_constructor_Map_param_name}
Résultat System.Windows.Input

OnDoubleTapped() public méthode

${ui_action_MapAction_event_OnDoubleTapped_D}
public OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs
Résultat void

OnHolding() public méthode

${ui_action_MapAction_event_OnHolding_D}
public OnHolding ( HoldingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.HoldingRoutedEventArgs
Résultat void

OnKeyDown() public méthode

${ui_action_MapAction_event_OnKeyDown_D}
public OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
Résultat void

OnKeyUp() public méthode

${ui_action_MapAction_event_OnKeyUp_D}
public OnKeyUp ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
Résultat void

OnManipulationCompleted() public méthode

${ui_action_MapAction_event_OnManipulationCompleted_D}
public OnManipulationCompleted ( ManipulationCompletedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs
Résultat void

OnManipulationDelta() public méthode

${ui_action_MapAction_event_OnManipulationDelta_D}
public OnManipulationDelta ( ManipulationDeltaRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs
Résultat void

OnManipulationInertiaStarting() public méthode

${ui_action_MapAction_event_OnManipulationInertiaStarting_D}
public OnManipulationInertiaStarting ( ManipulationInertiaStartingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs
Résultat void

OnManipulationStarted() public méthode

${ui_action_MapAction_event_OnManipulationStarted_D}
public OnManipulationStarted ( ManipulationStartedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs
Résultat void

OnManipulationStarting() public méthode

${ui_action_MapAction_event_OnManipulationStarting_D}
public OnManipulationStarting ( ManipulationStartingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs
Résultat void

OnPointerCanceled() public méthode

${ui_action_MapAction_event_OnPointerCanceled_D}
public OnPointerCanceled ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerCaptureLost() public méthode

${ui_action_MapAction_event_OnPointerCaptureLost_D}
public OnPointerCaptureLost ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerEntered() public méthode

${ui_action_MapAction_event_OnPointerEntered_D}
public OnPointerEntered ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerExited() public méthode

${ui_action_MapAction_event_OnPointerExited_D}
public OnPointerExited ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerMoved() public méthode

${ui_action_MapAction_event_OnPointerMoved_D}
public OnPointerMoved ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerPressed() public méthode

${ui_action_MapAction_event_OnPointerPressed_D}
public OnPointerPressed ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerReleased() public méthode

${ui_action_MapAction_event_OnPointerReleased_D}
public OnPointerReleased ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnPointerWheelChanged() public méthode

${ui_action_MapAction_event_OnPointerWheelChanged_D}
public OnPointerWheelChanged ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Résultat void

OnRightTapped() public méthode

${ui_action_MapAction_event_OnRightTapped_D}
public OnRightTapped ( RightTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.RightTappedRoutedEventArgs
Résultat void

OnTapped() public méthode

${ui_action_MapAction_event_OnTapped_D}
public OnTapped ( TappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.TappedRoutedEventArgs
Résultat void