点击或拖拽改变大小

IEditTool 接口

编辑工具 接口

命名空间:  GISShare.SMap.WPF.Tool
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface IEditTool : ITool, 
	ICommand

The IEditTool type exposes the following members.

属性
  名称说明
公共属性Cursor
光标
(继承自 ITool。)
公共属性EditableObject
可编辑对象
公共属性EditCopy
对否编辑副本(如果编辑副本则不会保存几何副本)
公共属性OnEditCompleted
几何编辑完成委托
Top
方法
  名称说明
公共方法OnClick
触发
(继承自 ICommand。)
公共方法OnCreate
创建(在使用前调用,传入Map)
(继承自 ICommand。)
公共方法OnEvent
提供一个内置的监听函数(0:载入TOOL;-1:退出TOOL;其外可供拓展)
(继承自 ITool。)
公共方法OnKeyDown
键盘按下
(继承自 ITool。)
公共方法OnKeyUp
键盘弹起
(继承自 ITool。)
公共方法OnMouseClick
鼠标单击
(继承自 ITool。)
公共方法OnMouseDoubleClick
鼠标双击
(继承自 ITool。)
公共方法OnMouseDown
鼠标按下
(继承自 ITool。)
公共方法OnMouseMove
鼠标移动
(继承自 ITool。)
公共方法OnMouseUp
鼠标弹起
(继承自 ITool。)
公共方法StartGeoEdit
开始编辑并加入一个几何编辑项
公共方法StopGeoEdit
结束编辑
Top
参见