GeographyOperationsExtensions.Intersects(Geography, Geography) 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 le point géographique et le polygone vont se croiser.
public static bool? Intersects (this Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
static member Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> Nullable<bool>
<Extension()>
Public Function Intersects (operand1 As Geography, operand2 As Geography) As Nullable(Of Boolean)
Paramètres
- operand1
- Geography
Premier opérande.
- operand2
- Geography
Deuxième opérande.
Retours
Le résultat d'opération.