MapControl.FindMapElementsAtOffset 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FindMapElementsAtOffset(Point) |
检索地图上指定点的 MapElement 对象的集合。 |
FindMapElementsAtOffset(Point, Double) |
检索指定半径内的 MapElement 对象的集合。 |
FindMapElementsAtOffset(Point)
检索地图上指定点的 MapElement 对象的集合。
public:
virtual IVectorView<MapElement ^> ^ FindMapElementsAtOffset(Point offset) = FindMapElementsAtOffset;
IVectorView<MapElement> FindMapElementsAtOffset(Point const& offset);
/// [Windows.Foundation.Metadata.Overload("FindMapElementsAtOffset")]
IVectorView<MapElement> FindMapElementsAtOffset(Point const& offset);
public IReadOnlyList<MapElement> FindMapElementsAtOffset(Point offset);
[Windows.Foundation.Metadata.Overload("FindMapElementsAtOffset")]
public IReadOnlyList<MapElement> FindMapElementsAtOffset(Point offset);
function findMapElementsAtOffset(offset)
Public Function FindMapElementsAtOffset (offset As Point) As IReadOnlyList(Of MapElement)
参数
- offset
- Point
要从中检索 MapElement 对象的集合的地图上的点。
返回
位于地图上指定点的 MapElement 对象的集合。
- 属性
另请参阅
适用于
FindMapElementsAtOffset(Point, Double)
检索指定半径内的 MapElement 对象的集合。
public:
virtual IVectorView<MapElement ^> ^ FindMapElementsAtOffset(Point offset, double radius) = FindMapElementsAtOffset;
/// [Windows.Foundation.Metadata.Overload("FindMapElementsAtOffsetWithRadius")]
IVectorView<MapElement> FindMapElementsAtOffset(Point const& offset, double const& radius);
[Windows.Foundation.Metadata.Overload("FindMapElementsAtOffsetWithRadius")]
public IReadOnlyList<MapElement> FindMapElementsAtOffset(Point offset, double radius);
function findMapElementsAtOffset(offset, radius)
Public Function FindMapElementsAtOffset (offset As Point, radius As Double) As IReadOnlyList(Of MapElement)
参数
- offset
- Point
地图上的点,用于标记从中检索 MapElement 对象集合的半径的中心。
- radius
-
Double
double
添加到偏移量以标记半径边缘的数字。
返回
指定半径内的 MapElement 对象的集合。
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
注解
使用此重载,通过使用应用从触摸交互捕获的命中测试区域来检索地图对象的集合。