mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
ImageLoader
This commit is contained in:
parent
789fc98789
commit
07548efb93
4 changed files with 32 additions and 24 deletions
|
|
@ -61,6 +61,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
memoryStream.Seek(0, SeekOrigin.Begin);
|
||||
|
||||
Image.Source = await ImageLoader.LoadImageAsync(memoryStream);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue