GraphicsLayerGetElementByClientXY 方法 |
获取 IElement 通过 客户端坐标(基于可视化进行的查询,当元素和图层不可见查询失效)
命名空间:
GISShare.SMap.WinForm.Layer
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public IElement GetElementByClientXY(
IDisplay pDisplay,
float fX,
float fY
)
Public Function GetElementByClientXY (
pDisplay As IDisplay,
fX As Single,
fY As Single
) As IElement
public:
virtual IElement^ GetElementByClientXY(
IDisplay^ pDisplay,
float fX,
float fY
) sealed
abstract GetElementByClientXY :
pDisplay : IDisplay *
fX : float32 *
fY : float32 -> IElement
override GetElementByClientXY :
pDisplay : IDisplay *
fX : float32 *
fY : float32 -> IElement
参数
- pDisplay
- 类型: GISShare.SMap.WinForm.ViewIDisplay
显示对象 - fX
- 类型: SystemSingle
客户端坐标 X - fY
- 类型: SystemSingle
客户端坐标 Y
返回值
类型:
IElement实现
IGraphicsLayerGetElementByClientXY(IDisplay, Single, Single)
参见