LocationRectangle.Intersects Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified LocationRectangle intersects with this LocationRectangle.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Parameters
- locationRectangle
- Type: Microsoft.Phone.Maps.Controls.LocationRectangle
The specified LocationRectangle.
Return Value
Type: System.Booleantrue if the specified LocationRectangle intersects with this LocationRectangle; otherwise, false.
Show: