Classe LocationRectangle
Hierarquia de herança
System.Object
Microsoft.Phone.Maps.Controls.LocationRectangle
Namespace: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (em Microsoft.Phone.Maps.dll)
Sintaxe
'Declaração
<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
O tipo LocationRectangle expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LocationRectangle() | ||
LocationRectangle(GeoCoordinate, GeoCoordinate) | ||
LocationRectangle(GeoCoordinate, Double, Double) | ||
LocationRectangle(Double, Double, Double, Double) |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Center | ||
East | ||
HeightInDegrees | ||
North | ||
Northeast | ||
Northwest | ||
South | ||
Southeast | ||
Southwest | ||
West | ||
WidthInDegrees |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Clone | ||
CreateBoundingRectangle(array<GeoCoordinate[]) | ||
CreateBoundingRectangle(IEnumerable<GeoCoordinate>) | ||
Equals(LocationRectangle) | ||
Equals(Object) | (Substitui Object.Equals(Object).) | |
Finalize | Permite que um objeto tente liberar recursos e executar outras operações de limpeza antes que seja recuperado pela coleta de lixo. (Herdado de Object.) | |
GetHashCode | (Substitui Object.GetHashCode().) | |
GetIntersection | ||
GetType | Obtém Type da instância atual. (Herdado de Object.) | |
Intersects | ||
MemberwiseClone | Cria uma cópia superficial de Objectatual. (Herdado de Object.) | |
ToString() | (Substitui Object.ToString().) | |
ToString(IFormatProvider) | ||
ToString(String, IFormatProvider) |
Superior
Informações sobre versão
.NET para aplicativos do Windows Phone
Com suporte em: Windows Phone 8, Silverlight 8.1
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.