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
Metodo pubblico LocationRectangle()
Metodo pubblico LocationRectangle(GeoCoordinate, GeoCoordinate)
Metodo pubblico LocationRectangle(GeoCoordinate, Double, Double)
Metodo pubblico LocationRectangle(Double, Double, Double, Double)

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Center
Proprietà pubblica East
Proprietà pubblica HeightInDegrees
Proprietà pubblica North
Proprietà pubblica Northeast
Proprietà pubblica Northwest
Proprietà pubblica South
Proprietà pubblica Southeast
Proprietà pubblica Southwest
Proprietà pubblica West
Proprietà pubblica WidthInDegrees

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone
Metodo pubblicoMembro statico CreateBoundingRectangle(array<GeoCoordinate[])
Metodo pubblicoMembro statico CreateBoundingRectangle(IEnumerable<GeoCoordinate>)
Metodo pubblico Equals(LocationRectangle)
Metodo pubblico Equals(Object) (Esegue l'override di Object.Equals(Object)).
Metodo protetto 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)
Metodo pubblico GetHashCode (Esegue l'override di Object.GetHashCode()).
Metodo pubblico GetIntersection
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico Intersects
Metodo protetto MemberwiseClone Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object)
Metodo pubblico ToString() (Esegue l'override di Object.ToString()).
Metodo pubblico ToString(IFormatProvider)
Metodo pubblico 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.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Phone.Maps.Controls