LocationRect Constructor

Bing
 

Initializes a new instance of the LocationRect class.

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

NameDescription
System_CAPS_pubmethodLocationRect()

Initializes a new instance of the LocationRect class.

System_CAPS_pubmethodLocationRect(Double, Double, Double, Double)

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

System_CAPS_pubmethodLocationRect(IList<Location>)

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

System_CAPS_pubmethodLocationRect(Location, Double, Double)

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

System_CAPS_pubmethodLocationRect(Location, Location)

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

System_CAPS_pubmethodLocationRect(LocationRect)

Initializes a new instance of the LocationRect class.

Return to top
Show: