Property | Type | Description | |
---|---|---|---|
Activate | void | ||
OnDrawCompleted | void | ||
endDraw | void |
Method | Description | |
---|---|---|
Deactivate ( ) : void |
${ui_action_MapAction_method_deactivate_D}
|
|
DrawLine ( |
${ui_action_DrawLine_constructor_Map_D}
|
|
OnDoubleTap ( GestureEventArgs e ) : void | ||
OnHold ( GestureEventArgs e ) : void | ||
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
${ui_action_MapAction_event_onMouseDown_D}
|
|
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void |
${ui_action_MapAction_event_onMouseMove_D}
|
Method | Description | |
---|---|---|
Activate ( |
||
OnDrawCompleted ( |
||
endDraw ( bool isDblClick = false, bool isCancel = false ) : void |
public DrawLine ( |
||
map | ${ui_action_DrawLine_constructor_Map_param_map} | |
return | System |
public OnDoubleTap ( GestureEventArgs e ) : void | ||
e | GestureEventArgs | |
return | void |
public OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | ${ui_action_MapAction_event_onMouseDown_param_e} |
return | void |
public OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${ui_action_MapAction_event_onMouseMove_param_e} |
return | void |