Esempio n. 1
0
 /// <summary>
 /// <see cref="Windows.UI.Xaml.Controls.Maps.MapControl"/>
 /// </summary>
 /// <returns>bool</returns>
 public bool TryGetLocationFromOffset(Point offset, out Windows.Devices.Geolocation.Geopoint location) => UwpControl.TryGetLocationFromOffset(offset.UwpInstance, out location);