LocationRect Constructor (Double, Double, Double, Double)

 

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

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

Syntax

public LocationRect(
    double north,
    double west,
    double south,
    double east
)
public:
LocationRect(
    double north,
    double west,
    double south,
    double east
)
new : 
        north:float *
        west:float *
        south:float *
        east:float -> LocationRect
Public Sub New (
    north As Double,
    west As Double,
    south As Double,
    east As Double
)

Parameters

  • north
    Type: System.Double

    The latitude of the northern border of the rectangle.

  • west
    Type: System.Double

    The latitude of the western border of the rectangle.

  • south
    Type: System.Double

    The latitude of the southern border of the rectangle.

  • east
    Type: System.Double

    The latitude of the eastern border of the rectangle.

See Also

LocationRect Overload
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top