LocationRectangle Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The LocationRectangle type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a new instance of LocationRectangle. |
|
CreateBoundingRectangle(GeoCoordinate[]) | Creates a LocationRectangle that covers all the specified geographical coordinates. |
|
CreateBoundingRectangle(IEnumerable<GeoCoordinate>) | Creates a LocationRectangle that covers all the specified geographical coordinates. |
|
Equals(LocationRectangle) | Determines whether this instance of the LocationRectangle is equal to the specified instance of the LocationRectangle. |
|
Equals(Object) | Determines whether this instance of the LocationRectangle is equal to the specified instance of the LocationRectangle. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for the LocationRectangle. (Overrides Object.GetHashCode().) |
|
GetIntersection | Computes the intersection of the specified LocationRectangle with this LocationRectangle. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Intersects | Determines whether the specified LocationRectangle intersects with this LocationRectangle. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString() | Returns a string representation of this LocationRectangle. (Overrides Object.ToString().) |
|
ToString(IFormatProvider) | Returns a string representation of this LocationRectangle. |
|
ToString(String, IFormatProvider) | Returns a string representation of this LocationRectangle. |
Show: