C# Класс SuperMap.WinRT.Actions.MapAction

${ui_action_MapAction_Title}。

${ui_action_MapAction_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}

Приватные методы

Метод Описание
Dispose ( ) : void

Описание методов

Deactivate() публичный абстрактный метод

${ui_action_MapAction_method_deactivate_D}
public abstract Deactivate ( ) : void
Результат void

MapAction() публичный метод

${ui_action_MapAction_constructor_None_D}
public MapAction ( ) : System.Windows.Input
Результат System.Windows.Input

MapAction() публичный метод

${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}
Результат System.Windows.Input

OnDoubleTapped() публичный метод

${ui_action_MapAction_event_OnDoubleTapped_D}
public OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs
Результат void

OnHolding() публичный метод

${ui_action_MapAction_event_OnHolding_D}
public OnHolding ( HoldingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.HoldingRoutedEventArgs
Результат void

OnKeyDown() публичный метод

${ui_action_MapAction_event_OnKeyDown_D}
public OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
Результат void

OnKeyUp() публичный метод

${ui_action_MapAction_event_OnKeyUp_D}
public OnKeyUp ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
Результат void

OnManipulationCompleted() публичный метод

${ui_action_MapAction_event_OnManipulationCompleted_D}
public OnManipulationCompleted ( ManipulationCompletedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs
Результат void

OnManipulationDelta() публичный метод

${ui_action_MapAction_event_OnManipulationDelta_D}
public OnManipulationDelta ( ManipulationDeltaRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs
Результат void

OnManipulationInertiaStarting() публичный метод

${ui_action_MapAction_event_OnManipulationInertiaStarting_D}
public OnManipulationInertiaStarting ( ManipulationInertiaStartingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs
Результат void

OnManipulationStarted() публичный метод

${ui_action_MapAction_event_OnManipulationStarted_D}
public OnManipulationStarted ( ManipulationStartedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs
Результат void

OnManipulationStarting() публичный метод

${ui_action_MapAction_event_OnManipulationStarting_D}
public OnManipulationStarting ( ManipulationStartingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs
Результат void

OnPointerCanceled() публичный метод

${ui_action_MapAction_event_OnPointerCanceled_D}
public OnPointerCanceled ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerCaptureLost() публичный метод

${ui_action_MapAction_event_OnPointerCaptureLost_D}
public OnPointerCaptureLost ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerEntered() публичный метод

${ui_action_MapAction_event_OnPointerEntered_D}
public OnPointerEntered ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerExited() публичный метод

${ui_action_MapAction_event_OnPointerExited_D}
public OnPointerExited ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerMoved() публичный метод

${ui_action_MapAction_event_OnPointerMoved_D}
public OnPointerMoved ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerPressed() публичный метод

${ui_action_MapAction_event_OnPointerPressed_D}
public OnPointerPressed ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerReleased() публичный метод

${ui_action_MapAction_event_OnPointerReleased_D}
public OnPointerReleased ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnPointerWheelChanged() публичный метод

${ui_action_MapAction_event_OnPointerWheelChanged_D}
public OnPointerWheelChanged ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
Результат void

OnRightTapped() публичный метод

${ui_action_MapAction_event_OnRightTapped_D}
public OnRightTapped ( RightTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.RightTappedRoutedEventArgs
Результат void

OnTapped() публичный метод

${ui_action_MapAction_event_OnTapped_D}
public OnTapped ( TappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.TappedRoutedEventArgs
Результат void