将当前视图插入成一次背景效果(注释:请在视图范围改变后地图刷新未执行前调用)
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void InsertMapShadow(
int iInsertMapShadowStyle
)
Public Sub InsertMapShadow (
iInsertMapShadowStyle As Integer
)
public:
virtual void InsertMapShadow(
int iInsertMapShadowStyle
) sealed
abstract InsertMapShadow :
iInsertMapShadowStyle : int -> unit
override InsertMapShadow :
iInsertMapShadowStyle : int -> unit
参数
- iInsertMapShadowStyle
- 类型: SystemInt32
0:尝试使用当前MapGraphics视图;1:尝试使用MapFrame范围背景;2:尝试使用VirtualFrame范围背景;
实现
IMapInsertMapShadow(Int32)
参见