Update GeoImage.cs

This commit is contained in:
ClemensFischer 2024-09-07 06:58:43 +02:00
parent 0d95dd2adb
commit eb046d97ad

View file

@ -61,7 +61,7 @@ namespace MapControl
image.SetValue(SourcePathProperty, value); image.SetValue(SourcePathProperty, value);
} }
public static FrameworkElement LoadGeoImage(string sourcePath) public static Image LoadGeoImage(string sourcePath)
{ {
var image = new Image { Stretch = Stretch.Fill }; var image = new Image { Stretch = Stretch.Fill };