LocationRectangle Class
Inheritance Hierarchy
System.Object
Microsoft.Phone.Maps.Controls.LocationRectangle
Namespace: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(LocationRectangleConverter))> _
Public Class LocationRectangle _
Implements IFormattable, IEquatable(Of LocationRectangle)
[TypeConverterAttribute(typeof(LocationRectangleConverter))]
public class LocationRectangle : IFormattable,
IEquatable<LocationRectangle>
[TypeConverterAttribute(typeof(LocationRectangleConverter))]
public ref class LocationRectangle : IFormattable,
IEquatable<LocationRectangle^>
[<TypeConverterAttribute(typeof(LocationRectangleConverter))>]
type LocationRectangle =
class
interface IFormattable
interface IEquatable<LocationRectangle>
end
The LocationRectangle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocationRectangle() | ||
LocationRectangle(GeoCoordinate, GeoCoordinate) | ||
LocationRectangle(GeoCoordinate, Double, Double) | ||
LocationRectangle(Double, Double, Double, Double) |
Top
Properties
Name | Description | |
---|---|---|
Center | ||
East | ||
HeightInDegrees | ||
North | ||
Northeast | ||
Northwest | ||
South | ||
Southeast | ||
Southwest | ||
West | ||
WidthInDegrees |
Top
Methods
Name | Description | |
---|---|---|
Clone | ||
CreateBoundingRectangle(array<GeoCoordinate[]) | ||
CreateBoundingRectangle(IEnumerable<GeoCoordinate>) | ||
Equals(LocationRectangle) | ||
Equals(Object) | (Overrides Object.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetIntersection | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Intersects | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString() | (Overrides Object.ToString().) | |
ToString(IFormatProvider) | ||
ToString(String, IFormatProvider) |
Top
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.