MapControl.IsLocationInView(Geopoint, Boolean) Méthode

Définition

Détermine si l’emplacement géographique spécifié se trouve dans la partie de la carte actuellement visible dans 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)

Paramètres

location
Geopoint

Emplacement géographique.

isInView
Boolean

bool

Lorsque cette méthode retourne, contient true si l’emplacement géographique spécifié se trouve dans la partie de la carte actuellement visible dans mapControl ; sinon, contient false.

S’applique à

Voir aussi