Partager via


GeometryOperationsExtensions.Intersects(Geometry, Geometry) Méthode

Définition

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.

S’applique à