GeometryOperationsExtensions.Intersects(Geometry, Geometry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.