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 が含まれます。