Intersects Method
Collapse the table of content
Expand the table of content

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.

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

public bool Intersects(
	LocationRectangle locationRectangle
)

Parameters

locationRectangle
Type: Microsoft.Phone.Maps.Controls.LocationRectangle
The specified LocationRectangle.

Return Value

Type: System.Boolean
true if the specified LocationRectangle intersects with this LocationRectangle; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft