Compartir a través de


GeometryOperationsExtensions.Intersects(Geometry, Geometry) Método

Definición

Determina si el punto de geometría y el polígono se intersecarán.

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)

Parámetros

operand1
Geometry

Primer operando, punto.

operand2
Geometry

Segundo operando, polígono.

Devoluciones

El resultado de la operación.

Se aplica a