LocationRectangle Constructor (GeoCoordinate, Double, Double)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the LocationRectangle class with the specified Center, Width and Height.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Parameters
- center
- Type: System.Device.Location.GeoCoordinate
The Center for the LocationRectangle.
- width
- Type: System.Double
The Width to use for the LocationRectangle.
- height
- Type: System.Double
The Height to use for the LocationRectangle.
Show: