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

适用于

另请参阅