mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Updated ImageLoader
This commit is contained in:
parent
1588171fb4
commit
5d390071c6
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ namespace MapControl
|
|||
{
|
||||
public static partial class ImageLoader
|
||||
{
|
||||
public static IImage LoadImage(Uri uri)
|
||||
public static IImage LoadResourceImage(Uri uri)
|
||||
{
|
||||
return new Bitmap(AssetLoader.Open(uri));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue