LocationRect Constructor (LocationRect)
Initializes a new instance of the LocationRect class.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public LocationRect(
LocationRect rect
)
public:
LocationRect(
LocationRect^ rect
)
new :
rect:LocationRect -> LocationRect
Public Sub New (
rect As LocationRect
)
Parameters
rect
Type: Microsoft.Maps.MapControl.WPF.LocationRectThe location rectangle to use.
See Also
LocationRect Overload
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top