Property | Type | Description | |
---|---|---|---|
Activate | void | ||
OnDrawCompleted | void | ||
endDraw | void |
Method | Description | |
---|---|---|
Deactivate ( ) : void |
${ui_action_MapAction_method_deactivate_D}
|
|
DrawPolygon ( Map map ) : System |
${ui_action_DrawPolygon_constructor_Map_D}
|
|
OnDoubleTap ( GestureEventArgs e ) : void | ||
OnHold ( GestureEventArgs e ) : void | ||
OnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void |
${ui_action_MapAction_event_onMouseDown_D}
|
|
OnMouseMove ( MouseEventArgs e ) : void |
${ui_action_MapAction_event_onMouseMove_D}
|
Method | Description | |
---|---|---|
Activate ( |
||
OnDrawCompleted ( DrawEventArgs args ) : void | ||
endDraw ( bool isDblClick = false, bool isCancel = false ) : void |
public DrawPolygon ( Map map ) : System | ||
map | Map | ${ui_action_DrawPolygon_constructor_Map_param_map} |
return | System |
public OnDoubleTap ( GestureEventArgs e ) : void | ||
e | GestureEventArgs | |
return | void |
public OnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void | ||
e | MouseButtonEventArgs | ${ui_action_MapAction_event_onMouseDown_param_e} |
return | void |
public OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | ${ui_action_MapAction_event_onMouseMove_param_e} |
return | void |