MapControl.IsLocationInView(Geopoint, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.