CTRGraphicsLayerGetElementsByClientXY 方法 |
获取 IElement 通过 客户端坐标(基于可视化进行的查询,当元素和图层不可见查询失效)
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public IList<IElement> GetElementsByClientXY(
IDisplay pDisplay,
double dX,
double dY
)
Public Function GetElementsByClientXY (
pDisplay As IDisplay,
dX As Double,
dY As Double
) As IList(Of IElement)
public:
virtual IList<IElement^>^ GetElementsByClientXY(
IDisplay^ pDisplay,
double dX,
double dY
) sealed
abstract GetElementsByClientXY :
pDisplay : IDisplay *
dX : float *
dY : float -> IList<IElement>
override GetElementsByClientXY :
pDisplay : IDisplay *
dX : float *
dY : float -> IList<IElement>
参数
- pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
显示对象 - dX
- 类型: SystemDouble
客户端坐标 X - dY
- 类型: SystemDouble
客户端坐标 Y
返回值
类型:
IListIElement实现
IGraphicsLayerGetElementsByClientXY(IDisplay, Double, Double)
参见