LocationRect.Intersects Method (LocationRect)

Bing
 

Determines whether this location rectangle intersects with the specified location rectangle.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

public bool Intersects(
	LocationRect rect
)

Parameters

rect
Type: Microsoft.Maps.MapControl.WPF.LocationRect

The location rectangle to use.

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: