mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
ImageLoader/WriteableBitmap
This commit is contained in:
parent
9a59b9b7cd
commit
565c363dca
5 changed files with 66 additions and 47 deletions
|
|
@ -28,7 +28,7 @@ namespace MapControl
|
|||
{
|
||||
var decoder = await BitmapDecoder.CreateAsync(stream);
|
||||
|
||||
bitmapSource = await ImageLoader.LoadImageAsync(decoder);
|
||||
bitmapSource = await ImageLoader.LoadWriteableBitmapAsync(decoder);
|
||||
|
||||
var geoKeyDirectoryQuery = QueryString(GeoKeyDirectoryTag);
|
||||
var pixelScaleQuery = QueryString(ModelPixelScaleTag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue