MapControl.TryGetLocationFromOffset Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint) |
Converte un punto sulla mappa in una posizione geografica usando il sistema di riferimento di altitudine specificato. |
TryGetLocationFromOffset(Point, Geopoint) |
Converte un punto sulla mappa in una posizione geografica. |
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)
Converte un punto sulla mappa in una posizione geografica usando il sistema di riferimento di altitudine specificato.
public:
virtual bool TryGetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, [Out] Geopoint ^ & location) = TryGetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("TryGetLocationFromOffsetWithReferenceSystem")]
bool TryGetLocationFromOffset(Point const& offset, AltitudeReferenceSystem const& desiredReferenceSystem, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("TryGetLocationFromOffsetWithReferenceSystem")]
public bool TryGetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, out Geopoint location);
Public Function TryGetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint) As Boolean
Parametri
- offset
- Point
Punto della mappa da convertire in una posizione geografica.
- desiredReferenceSystem
- AltitudeReferenceSystem
Sistema di riferimento di altitudine del punto geografico. Un valore non specificato per il sistema di riferimento per l'altitudine ha lo stesso effetto dell'overload TryGetLocationFromOffset(Windows.Foundation.Point, Windows.Devices.Geolocation.Geopoint) predefinito.
- location
- Geopoint
Quando questo metodo restituisce, contiene la posizione geografica corrispondente.
Restituisce
bool
Restituisce true se la posizione non è valida; in caso contrario, false.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)
|
Commenti
Usare questo metodo anziché il metodo GetLocationFromOffset . Il metodo GetLocationFromOffset è stato deprecato.
Si applica a
TryGetLocationFromOffset(Point, Geopoint)
Converte un punto sulla mappa in una posizione geografica.
public:
virtual bool TryGetLocationFromOffset(Point offset, [Out] Geopoint ^ & location) = TryGetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("TryGetLocationFromOffset")]
bool TryGetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("TryGetLocationFromOffset")]
public bool TryGetLocationFromOffset(Point offset, out Geopoint location);
Public Function TryGetLocationFromOffset (offset As Point, ByRef location As Geopoint) As Boolean
Parametri
- offset
- Point
Punto della mappa da convertire in una posizione geografica.
- location
- Geopoint
Quando questo metodo restituisce, contiene la posizione geografica corrispondente.
Restituisce
bool
Restituisce true se la posizione non è valida; in caso contrario, false.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)
|
Commenti
Usare questo metodo anziché il metodo GetLocationFromOffset . Il metodo GetLocationFromOffset è stato deprecato.