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 引進)
|
備註
使用此多載來擷取地圖物件的集合,方法是使用您的應用程式從觸控互動中擷取的點擊測試區域。