개정판 92442e4a
image load 수정
Change-Id: I35e6802b9bde1cd6a7c9787f3a71fb53d6ea10ad
KCOM/Common/ImageSourceHelper.cs | ||
---|---|---|
10 | 10 |
{ |
11 | 11 |
public static class ImageSourceHelper |
12 | 12 |
{ |
13 |
public static async System.Threading.Tasks.Task<BitmapImage> GetDownloadImageAsync( Uri uri, double pageWidth, double pageHeight)
|
|
13 |
public static async System.Threading.Tasks.Task<BitmapImage> GetDownloadImageAsync(Uri uri, double pageWidth, double pageHeight) |
|
14 | 14 |
{ |
15 | 15 |
System.Net.Http.HttpClient httpClient = null; |
16 | 16 |
System.IO.Stream responseStream = null; |
내보내기 Unified diff