LocationRect Members
This documentation is no longer available on MSDN, however it is available as a CHM download.
Top
Top
Represents a rectangle on the map.
The following tables list the members exposed by the LocationRect type.
| Name | Description | |
|---|---|---|
|
Center | Gets the location of the center of the rectangle. |
|
East | Gets or sets the longitude of the eastern border of the rectangle. |
|
Height | Gets the height of the location rectangle. |
|
North | Gets or sets the latitude of the northern border of the rectangle. |
|
Northeast | Gets or sets the location of the northeast corner of the rectangle. |
|
Northwest | Gets the location or the northwest corner of the rectangle. |
|
South | Gets or sets the latitude of the southern border of the rectangle. |
|
Southeast | Gets the location of the southeast corner of the rectangle. |
|
Southwest | Gets or sets the location of the southwest corner of the rectangle. |
|
West | Gets or sets the longitude of the western border of the rectangle. |
|
Width | Gets or sets the width of the rectangle. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | Overloaded. Determines whether this location rectangle is equal to a given object. |
![]() | GetHashCode | Overridden. Retrieves the hash code for this location rectangle. |
![]() | GetType | (inherited from Object) |
![]() | Intersection | Retrieves the intersection rectangle of this location rectangle and the specified location rectangle. |
![]() | Intersects | Determines whether this location rectangle intersects with the specified location rectangle. |
![]() ![]() | Equality | Determines whether two location rectangle instances are equal. |
![]() ![]() | Inequality | Determines whether two location rectangle instances are not equal. |
![]() | ToString | Overloaded. Overridden. Converts the location rectangle to a string. |
| 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. |
Show: