Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public LocationRect Intersection(
LocationRect rect
)
public:
LocationRect^ Intersection(
LocationRect^ rect
)
member Intersection :
rect:LocationRect -> LocationRect
Public Function Intersection (
rect As LocationRect
) As LocationRect
Parameters
rect
Type: Microsoft.Maps.MapControl.WPF.LocationRectThe location rectangle to use.
Return Value
Type: Microsoft.Maps.MapControl.WPF.LocationRect
Returns LocationRect.
See Also
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top