LocationRect Members

This documentation is no longer available on MSDN, however it is available as a CHM download.



Represents a rectangle on the map.

The following tables list the members exposed by the LocationRect type.

  Name Description
LocationRect Overloaded. Initializes a new instance of the LocationRect class.
Top

  Name Description
public property Center Gets the location of the center of the rectangle.
public property East Gets or sets the longitude of the eastern border of the rectangle.
public property Height Gets the height of the location rectangle.
public property North Gets or sets the latitude of the northern border of the rectangle.
public property Northeast Gets or sets the location of the northeast corner of the rectangle.
public property Northwest Gets the location or the northwest corner of the rectangle.
public property South Gets or sets the latitude of the southern border of the rectangle.
public property Southeast Gets the location of the southeast corner of the rectangle.
public property Southwest Gets or sets the location of the southwest corner of the rectangle.
public property West Gets or sets the longitude of the western border of the rectangle.
public property Width Gets or sets the width of the rectangle.
Top

(see also Protected Methods)
 NameDescription
public methodEqualsOverloaded. Determines whether this location rectangle is equal to a given object.
public methodGetHashCodeOverridden. Retrieves the hash code for this location rectangle.
public methodGetType  (inherited from Object)
public methodIntersectionRetrieves the intersection rectangle of this location rectangle and the specified location rectangle.
public methodIntersectsDetermines whether this location rectangle intersects with the specified location rectangle.
public methodstaticEqualityDetermines whether two location rectangle instances are equal.
public methodstaticInequalityDetermines whether two location rectangle instances are not equal.
public methodToStringOverloaded. Overridden. Converts the location rectangle to a string.
Top

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

  Name Description
ToString Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude of each corner using an explicitly defined IFormattable.ToString implementation.
Top
Show: