C# Класс SuperMap.WinRT.Actions.DrawRectangle

${ui_action_DrawRect_Title}。

${ui_action_DrawRect_Description_sl}

Наследование: MapAction, IDrawStyle
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Activate void
OnDrawCompleted void
endDraw void

Открытые методы

Метод Описание
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}

Приватные методы

Метод Описание
Activate ( Point2D item ) : void
OnDrawCompleted ( DrawEventArgs args ) : void
endDraw ( bool isCancel = false ) : void

Описание методов

Deactivate() публичный Метод

${ui_action_DrawRectangle_method_deactivate_D}
public Deactivate ( ) : void
Результат void

DrawRectangle() публичный Метод

${ui_action_DrawRect_constructor_None_D}
public DrawRectangle ( ) : System
Результат System

DrawRectangle() публичный Метод

${ui_action_DrawRect_constructor_Map_D}
public DrawRectangle ( Map map ) : System
map SuperMap.WinRT.Mapping.Map ${ui_action_DrawRect_constructor_Map_param_map}
Результат System

OnPointerMoved() публичный Метод

${ui_action_DrawRectangle_event_OnPointerMoved_D}
public OnPointerMoved ( Windows e ) : void
e Windows
Результат void

OnPointerPressed() публичный Метод

${ui_action_DrawRectangle_event_OnPointerPressed_D}
public OnPointerPressed ( Windows e ) : void
e Windows
Результат void

OnPointerReleased() публичный Метод

${ui_action_DrawRectangle_event_OnPointerReleased_D}
public OnPointerReleased ( Windows e ) : void
e Windows
Результат void