Share via


LocationRect.Intersection Method (LocationRect)

 

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

Return Value

Type: Microsoft.Maps.MapControl.WPF.LocationRect

Returns LocationRect.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top