C# Class SuperMap.WinRT.Actions.DrawLine

${ui_action_DrawLine_Title}

${ui_action_DrawLine_Description_sl}

Inheritance: Pan, IDrawStyle
Exibir arquivo Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Private Properties

Property Type Description
Activate void
OnDrawCompleted void
endDraw void

Public Methods

Method Description
Deactivate ( ) : void

${ui_action_DrawLine_method_deactivate_D}

DrawLine ( Map map ) : System

${ui_action_DrawLine_constructor_Map_D}

OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void

${ui_action_DrawLine_event_OnDoubleTapped_D}

OnHolding ( HoldingRoutedEventArgs e ) : void

${ui_action_DrawLine_event_OnHolding_D}

OnKeyDown ( KeyRoutedEventArgs e ) : void

${ui_action_DrawLine_event_OnKeyDown_D}

OnPointerMoved ( Windows e ) : void

${ui_action_DrawLine_event_OnPointerMoved_D}

OnTapped ( TappedRoutedEventArgs e ) : void

${ui_action_DrawLine_event_OnTapped_D}

Private Methods

Method Description
Activate ( Point2D firstPoint ) : void
OnDrawCompleted ( DrawEventArgs args ) : void
endDraw ( bool isCancel = false ) : void

Method Details

Deactivate() public method

${ui_action_DrawLine_method_deactivate_D}
public Deactivate ( ) : void
return void

DrawLine() public method

${ui_action_DrawLine_constructor_Map_D}
public DrawLine ( Map map ) : System
map SuperMap.WinRT.Mapping.Map ${ui_action_DrawLine_constructor_Map_param_map}
return System

OnDoubleTapped() public method

${ui_action_DrawLine_event_OnDoubleTapped_D}
public OnDoubleTapped ( DoubleTappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs
return void

OnHolding() public method

${ui_action_DrawLine_event_OnHolding_D}
public OnHolding ( HoldingRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.HoldingRoutedEventArgs
return void

OnKeyDown() public method

${ui_action_DrawLine_event_OnKeyDown_D}
public OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
return void

OnPointerMoved() public method

${ui_action_DrawLine_event_OnPointerMoved_D}
public OnPointerMoved ( Windows e ) : void
e Windows
return void

OnTapped() public method

${ui_action_DrawLine_event_OnTapped_D}
public OnTapped ( TappedRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.TappedRoutedEventArgs
return void