C# 클래스 SuperMap.WinRT.Actions.DrawFreePolygon

${ui_action_DrawFreeHandPolygon_Title}

${ui_action_DrawFreeHandPolygon_Description}

상속: MapAction, IDrawStyle
파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Activate void
OnDrawCompleted void
endDraw void

공개 메소드들

메소드 설명
Deactivate ( ) : void

${ui_action_DrawFreePolygon_method_deactivate_D}

DrawFreePolygon ( Map map ) : System

${ui_action_DrawFreeHandPolygon_constructor_Map_D}

OnPointerMoved ( Windows e ) : void

${ui_action_DrawFreePolygon_event_OnPointerMoved_D}

OnPointerPressed ( Windows e ) : void

${ui_action_DrawFreePolygon_event_OnPointerPressed_D}

OnPointerReleased ( Windows e ) : void

${ui_action_DrawFreePolygon_event_OnPointerReleased_D}

비공개 메소드들

메소드 설명
Activate ( ) : void
OnDrawCompleted ( DrawEventArgs args ) : void
endDraw ( bool isCancel = false ) : void

메소드 상세

Deactivate() 공개 메소드

${ui_action_DrawFreePolygon_method_deactivate_D}
public Deactivate ( ) : void
리턴 void

DrawFreePolygon() 공개 메소드

${ui_action_DrawFreeHandPolygon_constructor_Map_D}
public DrawFreePolygon ( Map map ) : System
map SuperMap.WinRT.Mapping.Map ${ui_action_DrawFreeHandPolygon_constructor_Map_param_map}
리턴 System

OnPointerMoved() 공개 메소드

${ui_action_DrawFreePolygon_event_OnPointerMoved_D}
public OnPointerMoved ( Windows e ) : void
e Windows
리턴 void

OnPointerPressed() 공개 메소드

${ui_action_DrawFreePolygon_event_OnPointerPressed_D}
public OnPointerPressed ( Windows e ) : void
e Windows
리턴 void

OnPointerReleased() 공개 메소드

${ui_action_DrawFreePolygon_event_OnPointerReleased_D}
public OnPointerReleased ( Windows e ) : void
e Windows
리턴 void