LocationRect.Intersects Method (LocationRect)

 

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)

Syntax

public bool Intersects(
    LocationRect rect
)
public:
bool Intersects(
    LocationRect^ rect
)
member Intersects : 
        rect:LocationRect -> bool
Public Function Intersects (
    rect As LocationRect
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top