Compartilhar via


GeometryOperationsExtensions.Intersects(Geometry, Geometry) Método

Definição

Determina se o ponto de geometria e o polígono serão interseccionais.

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

O primeiro operando, ponto.

operand2
Geometry

O segundo operando, polígono.

Retornos

O resultado da operação.

Aplica-se a