共用方式為


MapControl.IsLocationInView(Geopoint, Boolean) 方法

定義

判斷指定的地理位置是否位於 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

適用於

另請參閱