LocationRectangle, classe

Hiérarchie d'héritage

System.Object
  Microsoft.Phone.Maps.Controls.LocationRectangle

Espace de noms :  Microsoft.Phone.Maps.Controls
Assembly :  Microsoft.Phone.Maps (dans Microsoft.Phone.Maps.dll)

Syntaxe

'Déclaration
<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

Le type LocationRectangle expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique LocationRectangle()
Méthode publique LocationRectangle(GeoCoordinate, GeoCoordinate)
Méthode publique LocationRectangle(GeoCoordinate, Double, Double)
Méthode publique LocationRectangle(Double, Double, Double, Double)

Début

Propriétés

  Nom Description
Propriété publique Center
Propriété publique East
Propriété publique HeightInDegrees
Propriété publique North
Propriété publique Northeast
Propriété publique Northwest
Propriété publique South
Propriété publique Southeast
Propriété publique Southwest
Propriété publique West
Propriété publique WidthInDegrees

Début

Méthodes

  Nom Description
Méthode publique Clone
Méthode publiqueMembre statique CreateBoundingRectangle(array<GeoCoordinate[])
Méthode publiqueMembre statique CreateBoundingRectangle(IEnumerable<GeoCoordinate>)
Méthode publique Equals(LocationRectangle)
Méthode publique Equals(Object) (Substitue Object.Equals(Object).)
Méthode protégée Finalize Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publique GetHashCode (Substitue Object.GetHashCode().)
Méthode publique GetIntersection
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique Intersects
Méthode protégée MemberwiseClone Crée une copie superficielle de l'objet Object actuel. (Hérité de Object.)
Méthode publique ToString() (Substitue Object.ToString().)
Méthode publique ToString(IFormatProvider)
Méthode publique ToString(String, IFormatProvider)

Début

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.Phone.Maps.Controls, espace de noms