Share via


LocationRect Constructor

 

Initializes a new instance of the LocationRect class.

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

Overload List

Name Description
System_CAPS_pubmethod LocationRect()

Initializes a new instance of the LocationRect class.

System_CAPS_pubmethod LocationRect(Double, Double, Double, Double)

Initializes a new instance of the LocationRect class using the specified borders.

System_CAPS_pubmethod LocationRect(IList<Location>)

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

System_CAPS_pubmethod LocationRect(Location, Double, Double)

Initializes a new instance of the LocationRect class, centered on the specified location.

System_CAPS_pubmethod LocationRect(Location, Location)

Initializes a new instance of the LocationRect class using the specified locations as northwest and southeast corners of the rectangle.

System_CAPS_pubmethod LocationRect(LocationRect)

Initializes a new instance of the LocationRect class.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top