IGraphicsLayerGetElementByClientXY 方法 |
获取 IElement 通过 客户端坐标
命名空间:
GISShare.SMap.WinForm.Layer
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法IElement GetElementByClientXY(
IDisplay pDisplay,
float fX,
float fY
)
Function GetElementByClientXY (
pDisplay As IDisplay,
fX As Single,
fY As Single
) As IElement
IElement^ GetElementByClientXY(
IDisplay^ pDisplay,
float fX,
float fY
)
abstract GetElementByClientXY :
pDisplay : IDisplay *
fX : float32 *
fY : float32 -> IElement
参数
- pDisplay
- 类型: GISShare.SMap.WinForm.ViewIDisplay
显示对象 - fX
- 类型: SystemSingle
客户端坐标 X - fY
- 类型: SystemSingle
客户端坐标 Y
返回值
类型:
IElement
参见