Map导出IMAGE(在WinForm和Android中使用的是缓存,导出效率高)
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void CopyToImage(
RenderTargetBitmap image
)
Sub CopyToImage (
image As RenderTargetBitmap
)
void CopyToImage(
RenderTargetBitmap^ image
)
abstract CopyToImage :
image : RenderTargetBitmap -> unit
参数
- image
- 类型: System.Windows.Media.ImagingRenderTargetBitmap
返回Map的IMAGE视图
参见