点击或拖拽改变大小

IGraphicsLayer 接口

绘制图层 接口

命名空间:  GISShare.SMap.WPF.Layer
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface IGraphicsLayer : ILayer, 
	ILayerCore, IDisposable, IElementCollection, IEnumerable

The IGraphicsLayer type exposes the following members.

属性
  名称说明
公共属性CanvasPanel
画布面板,用于图层内置展现
(继承自 ILayerCore。)
公共属性Count
获取其携带的IElement总数
(继承自 IElementCollection。)
公共属性DominantIndex
优先索引(在CTRGraphicsLayer中无效)
公共属性Extent
图层视图范围
(继承自 ILayer。)
公共属性IsEmpty
是否为无效图层
(继承自 ILayerCore。)
公共属性Item
获取IElement 通过 索引
(继承自 IElementCollection。)
公共属性MaximumScale
最大可见比例尺
(继承自 ILayer。)
公共属性MinimumScale
最小可见比例尺
(继承自 ILayer。)
公共属性Name
图层名称
(继承自 ILayer。)
公共属性Opacity
透明度(该属性并非所有图层都有效)
(继承自 ILayer。)
公共属性SpatialReference
空间参考
(继承自 ILayer。)
公共属性Text
描述
(继承自 ILayer。)
公共属性VirtualExtension
使用虚拟拓展(该属性并非所有图层都有效)
(继承自 ILayer。)
公共属性Visible
可见性
(继承自 ILayer。)
Top
方法
  名称说明
公共方法Add
添加一个 IElement
(继承自 IElementCollection。)
公共方法Clear
清空 IElement元素
(继承自 IElementCollection。)
公共方法ContainsElementByName
获取包含的 IElement 个数 通过 名称
公共方法DeleteElementByName
删除 IElement 通过 名称
公共方法GetElementByClientXY
获取 IElement 通过 客户端坐标
公共方法GetElementByClientXYEx
获取 IElement 通过 客户端坐标
公共方法GetElementByName
获取 IElement 通过 名称
公共方法GetElementsByClientXY
获取 IElement 通过 客户端坐标
公共方法GetElementsByClientXYEx
获取 IElement 通过 客户端坐标
公共方法GetElementsByName
获取 IElement 通过 名称
公共方法GetVisibleInfo
获取指定比例尺范围下可见状态
(继承自 ILayer。)
公共方法IndexExchange
元素索引交换
公共方法IndexOf
获取IElement索引
(继承自 IElementCollection。)
公共方法Insert
加入一个 IElement元素
(继承自 IElementCollection。)
公共方法OnDraw
绘制
(继承自 ILayer。)
公共方法RemoveAt
移除IElement 通过 索引
(继承自 IElementCollection。)
公共方法ResetExtent
重置视图范围
Top
参见