GeoImage implementation

This commit is contained in:
ClemensFischer 2024-09-06 23:50:59 +02:00
parent f948f07f7e
commit 0d95dd2adb
4 changed files with 31 additions and 9 deletions

View file

@ -16,6 +16,8 @@ namespace MapControl
{
private Point BitmapSize => new Point(bitmapSource.PixelWidth, bitmapSource.PixelHeight);
private ImageBrush ImageBrush => new ImageBrush(bitmapSource);
private Task LoadGeoTiffAsync(string sourcePath)
{
return Task.Run(() =>