LocationRect.Intersection Method (LocationRect)

Bing
 

Retrieves the intersection rectangle of this location rectangle and the specified location rectangle.

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

public LocationRect Intersection(
	LocationRect rect
)

Parameters

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

The location rectangle to use.

Return to top
Show: