Freigeben über


GeometryOperationsExtensions.Intersects(Geometry, Geometry) Methode

Definition

Bestimmt, ob sich Geometriepunkt und Polygon überschneiden.

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)

Parameter

operand1
Geometry

Der erste Operand, Punkt.

operand2
Geometry

Der zweite Operand, Polygon.

Gibt zurück

Das Vorgangsergebnis.

Gilt für: