点击或拖拽改变大小

IMapControl 接口

地图控件接口,所有的地图UI必须继承它

命名空间:  GISShare.SMap.WinForm.UI
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface IMapControl

The IMapControl type exposes the following members.

属性
  名称说明
公共属性BackColor
控件背景色
公共属性Map
地图内核
公共属性ShowLogo
是否展现 LOGO
Top
方法
  名称说明
公共方法Refresh
刷新UI
公共方法RefreshDelay
延迟刷新
公共方法RefreshRepeat
重复刷新
公共方法Release
释放该控件占用的所有资源
Top
参见