Add MapItem.MapTransform property

This commit is contained in:
ClemensFischer 2022-11-06 15:27:39 +01:00
parent b253d0696a
commit 85cc01f086
5 changed files with 76 additions and 9 deletions

View file

@ -98,7 +98,7 @@ namespace MapControl
}
/// <summary>
/// Gets the position of an element with Location in view coordinates,
/// Gets the view position of an element with Location
/// or null when the element has no Location.
/// </summary>
public static Point? GetViewPosition(FrameworkElement element)