/// <summary> /// <see cref="windows.UI.Xaml.Controls.Maps.MapControl"/> /// </summary> /// <returns>bool</returns> public System.Collections.Generic.IReadOnlyList <MapElement> FindMapElementsAtOffset(Win32.UI.Controls.Interop.WinRT.Point offset) => (System.Collections.Generic.IReadOnlyList <MapElement>)UwpControl.FindMapElementsAtOffset(offset.UwpInstance);
/// <summary> /// <see cref="windows.UI.Xaml.Controls.Maps.MapControl"/> /// </summary> /// <returns>bool</returns> public System.Collections.Generic.IReadOnlyList <MapElement> FindMapElementsAtOffset(Point offset) => (System.Collections.Generic.IReadOnlyList <MapElement>)UwpControl.FindMapElementsAtOffset(offset.UwpInstance);