Share via


GeometryOperationsExtensions.Intersects(Geometry, Geometry) Method

Definition

Determines if geometry point and polygon will intersect.

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)

Parameters

operand1
Geometry

The first operand, point.

operand2
Geometry

The second operand, polygon.

Returns

The operation result.

Applies to