点击或拖拽改变大小

IMapElementContainer 接口

地图绘制(主要用于简单的Element管理,协助一些内部操作) 接口

命名空间:  GISShare.SMap.WPF.View
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface IMapElementContainer

The IMapElementContainer type exposes the following members.

方法
  名称说明
公共方法AddElement
添加一个 IElement
公共方法DeleteElementByName
删除 IElement 通过 名称
公共方法GetElementByName
获取 IElement 通过 名称
公共方法GetElementsByName
获取 IElement 通过 名称
公共方法InsertElement
加入一个 IElement元素
公共方法RemoveElement
移除一个IElement
Top
参见