C# Class SuperMap.WinRT.Actions.DrawFreeLine

${ui_action_DrawFreeHandLine_Title}

${ui_action_DrawFreeHandLine_Description_sl}

Inheritance: MapAction, IDrawStyle
Show file 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_FrawFreeLine_method_deactivate_D}

DrawFreeLine ( Map map ) : System

${ui_action_DrawFreeHandPolygon_constructor_Map_D}

OnPointerMoved ( Windows e ) : void

${ui_action_FrawFreeLine_event_OnPointerMoved_D}

OnPointerPressed ( Windows e ) : void

${ui_action_FrawFreeLine_event_OnPointerPressed_D}

OnPointerReleased ( Windows e ) : void

${ui_action_FrawFreeLine_event_OnPointerReleased_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_FrawFreeLine_method_deactivate_D}
public Deactivate ( ) : void
return void

DrawFreeLine() public method

${ui_action_DrawFreeHandPolygon_constructor_Map_D}
public DrawFreeLine ( Map map ) : System
map SuperMap.WinRT.Mapping.Map ${ui_action_DrawFreeHandPolygon_constructor_Map_param_map}
return System

OnPointerMoved() public method

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

OnPointerPressed() public method

${ui_action_FrawFreeLine_event_OnPointerPressed_D}
public OnPointerPressed ( Windows e ) : void
e Windows
return void

OnPointerReleased() public method

${ui_action_FrawFreeLine_event_OnPointerReleased_D}
public OnPointerReleased ( Windows e ) : void
e Windows
return void