LocationRect Constructor (IList<Location>)

 

Initializes a new instance of the LocationRect class using the specified collection of locations.

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

Syntax

public LocationRect(
    IList<Location> locations
)
public:
LocationRect(
    IList<Location^>^ locations
)
new : 
        locations:IList<Location> -> LocationRect
Public Sub New (
    locations As IList(Of Location)
)

Parameters

See Also

LocationRect Overload
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top