C# 클래스 ProSymbolEditor.CoordinateMapTool

Tool is not currently used by the addin, but keeping in case we do. It will grab the coordinates if a user clicks on the map.
상속: MapTool
파일 보기 프로젝트 열기: Esri/military-symbol-editor-addin-wpf

보호된 메소드들

메소드 설명
HandleMouseDownAsync ( MapViewMouseButtonEventArgs e ) : System.Threading.Tasks.Task

Called when the OnToolMouseDown event is handled. Allows the opportunity to perform asynchronous operations corresponding to the event.

OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task
OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void

메소드 상세

HandleMouseDownAsync() 보호된 메소드

Called when the OnToolMouseDown event is handled. Allows the opportunity to perform asynchronous operations corresponding to the event.
protected HandleMouseDownAsync ( MapViewMouseButtonEventArgs e ) : System.Threading.Tasks.Task
e MapViewMouseButtonEventArgs
리턴 System.Threading.Tasks.Task

OnToolActivateAsync() 보호된 메소드

protected OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task
active bool
리턴 System.Threading.Tasks.Task

OnToolMouseDown() 보호된 메소드

protected OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void
e MapViewMouseButtonEventArgs
리턴 void