C# Class SuperMap.WinRT.Actions.DrawRectangle

${ui_action_DrawRect_Title}。

${ui_action_DrawRect_Description_sl}

Inheritance: MapAction, IDrawStyle
Afficher le fichier Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Private Properties

Свойство Type Description
Activate void
OnDrawCompleted void
endDraw void

Méthodes publiques

Méthode Description
Deactivate ( ) : void

${ui_action_DrawRectangle_method_deactivate_D}

DrawRectangle ( ) : System

${ui_action_DrawRect_constructor_None_D}

DrawRectangle ( Map map ) : System

${ui_action_DrawRect_constructor_Map_D}

OnPointerMoved ( Windows e ) : void

${ui_action_DrawRectangle_event_OnPointerMoved_D}

OnPointerPressed ( Windows e ) : void

${ui_action_DrawRectangle_event_OnPointerPressed_D}

OnPointerReleased ( Windows e ) : void

${ui_action_DrawRectangle_event_OnPointerReleased_D}

Private Methods

Méthode Description
Activate ( Point2D item ) : void
OnDrawCompleted ( DrawEventArgs args ) : void
endDraw ( bool isCancel = false ) : void

Method Details

Deactivate() public méthode

${ui_action_DrawRectangle_method_deactivate_D}
public Deactivate ( ) : void
Résultat void

DrawRectangle() public méthode

${ui_action_DrawRect_constructor_None_D}
public DrawRectangle ( ) : System
Résultat System

DrawRectangle() public méthode

${ui_action_DrawRect_constructor_Map_D}
public DrawRectangle ( Map map ) : System
map SuperMap.WinRT.Mapping.Map ${ui_action_DrawRect_constructor_Map_param_map}
Résultat System

OnPointerMoved() public méthode

${ui_action_DrawRectangle_event_OnPointerMoved_D}
public OnPointerMoved ( Windows e ) : void
e Windows
Résultat void

OnPointerPressed() public méthode

${ui_action_DrawRectangle_event_OnPointerPressed_D}
public OnPointerPressed ( Windows e ) : void
e Windows
Résultat void

OnPointerReleased() public méthode

${ui_action_DrawRectangle_event_OnPointerReleased_D}
public OnPointerReleased ( Windows e ) : void
e Windows
Résultat void