MapControl.IsLocationInView(Geopoint, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的地理位置是否位於 MapControl中目前可見的地圖部分。
public:
virtual void IsLocationInView(Geopoint ^ location, [Out] bool & isInView) = IsLocationInView;
void IsLocationInView(Geopoint const& location, [Out] bool & isInView);
public void IsLocationInView(Geopoint location, out bool isInView);
Public Sub IsLocationInView (location As Geopoint, ByRef isInView As Boolean)
參數
- location
- Geopoint
地理位置。
- isInView
-
Boolean
bool
當這個方法傳回時,如果指定的地理位置位於MapControl中目前可見的地圖部分,則會包含true;否則,包含false。