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