LocationRect Constructor (IList<Location>)

Bing
 

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)

public LocationRect(
	IList<Location> locations
)

Parameters

locations
Type: System.Collections.Generic.IList<Location>

A location collection containing the corners of the rectangle.

Return to top
Show: