LocationRect Constructor (Location, Double, Double)

Bing
 

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

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

Public Sub New (
	center As Location,
	width As Double,
	height As Double
)

Parameters

center
Type: Microsoft.Maps.MapControl.WPF.Location

The location of the center of the rectangle.

width
Type: System.Double

The width of the rectangle.

height
Type: System.Double

The height of the rectangle.

Return to top
Show: