Classe LocationRectangle
Gerarchia di ereditarietà
System.Object
Microsoft.Phone.Maps.Controls.LocationRectangle
Spazio dei nomi: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Sintassi
'Dichiarazione
<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
Il tipo LocationRectangle espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
LocationRectangle() | ||
LocationRectangle(GeoCoordinate, GeoCoordinate) | ||
LocationRectangle(GeoCoordinate, Double, Double) | ||
LocationRectangle(Double, Double, Double, Double) |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Center | ||
East | ||
HeightInDegrees | ||
North | ||
Northeast | ||
Northwest | ||
South | ||
Southeast | ||
Southwest | ||
West | ||
WidthInDegrees |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | ||
CreateBoundingRectangle(array<GeoCoordinate[]) | ||
CreateBoundingRectangle(IEnumerable<GeoCoordinate>) | ||
Equals(LocationRectangle) | ||
Equals(Object) | (Esegue l'override di Object.Equals(Object)). | |
Finalize | Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object) | |
GetHashCode | (Esegue l'override di Object.GetHashCode()). | |
GetIntersection | ||
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
Intersects | ||
MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object) | |
ToString() | (Esegue l'override di Object.ToString()). | |
ToString(IFormatProvider) | ||
ToString(String, IFormatProvider) |
In alto
Informazioni sulla versione
.NET per applicazioni Windows Phone
Supportato in: Windows Phone 8, Silverlight 8.1
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.