MapControl.IsLocationInView(Geopoint, Boolean) Methode

Definition

Bestimmt, ob sich der angegebene geografische Standort in dem Teil der Karte befindet, der derzeit in MapControl sichtbar ist.

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)

Parameter

location
Geopoint

Ein geografischer Standort.

isInView
Boolean

bool

Wenn diese Methode zurückgibt, enthält true , wenn sich der angegebene geografische Standort in dem Teil der Karte befindet, der derzeit in MapControl sichtbar ist. enthält andernfalls false.

Gilt für:

Weitere Informationen