点击或拖拽改变大小

MapGraphics 类

地图绘制缓存
继承层次
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            GISShare.SMap.WPF.ViewMapGraphics

命名空间:  GISShare.SMap.WPF.View
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public sealed class MapGraphics : FrameworkElement, 
	IMapGraphics, IDisposable

The MapGraphics type exposes the following members.

构造函数
  名称说明
公共方法MapGraphics
地图绘制缓存 构造函数
Top
属性
  名称说明
公共属性GetCurrentID
当前操作ID号
公共属性ShadowOnPan
平移时使用背影特性(IShadowObject)
公共属性ShadowOnZoomIn
放大时使用背影特性(IShadowObject)
公共属性ShadowOnZoomOut
缩小时使用背影特性(IShadowObject)
公共属性Using
正在使用
受保护的属性VisualChildrenCount
获取此元素内的可视化子元素的数目
(覆写 FrameworkElementVisualChildrenCount.)
Top
方法
  名称说明
公共方法CopyGraphicsImageSource
复制一份图片源(对应的VirtualFrame不是MapFrame)
公共方法Dispose
释放
公共方法GetGraphics
获取绘制上下文
公共方法GetRealTimeExtent
获取一份实时的Extent
受保护的方法GetVisualChild
重写 System.Windows.Media.Visual.GetVisualChild(System.Int32),然后从子元素集合返回指定索引处的子级
(覆写 FrameworkElementGetVisualChild(Int32).)
公共方法GraphicsCopyToImage
将当前草稿保存到成Image
公共方法GraphicsOperationPan
操作(平移)
公共方法GraphicsOperationZoom
操作(放大缩小变换)
公共方法OnDraw
绘制(与UI挂钩的入口)
公共方法RenderGraphics
渲染Graphics
公共方法RenderGraphicsBackground
渲染背景色
公共方法RenderGraphicsBackgroundImage
渲染背景图片
公共方法ResetOperationPoint
重置操作原点信息
公共方法StartGraphicsOperation
开始操作
公共方法StopGraphicsOperation
停止操作
Top
参见