CTRFeatureLayerGetFeatureByClientXY 方法 |
获取 IFeature 通过 客户端坐标
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public IFeature GetFeatureByClientXY(
IDisplay pDisplay,
double dX,
double dY
)
Public Function GetFeatureByClientXY (
pDisplay As IDisplay,
dX As Double,
dY As Double
) As IFeature
public:
virtual IFeature^ GetFeatureByClientXY(
IDisplay^ pDisplay,
double dX,
double dY
) sealed
abstract GetFeatureByClientXY :
pDisplay : IDisplay *
dX : float *
dY : float -> IFeature
override GetFeatureByClientXY :
pDisplay : IDisplay *
dX : float *
dY : float -> IFeature
参数
- pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
显示对象 - dX
- 类型: SystemDouble
客户端坐标 X - dY
- 类型: SystemDouble
客户端坐标 Y
返回值
类型:
IFeature实现
IFeatureLayerGetFeatureByClientXY(IDisplay, Double, Double)
参见