Method | Description | |
---|---|---|
CancelAsync ( ) : void | ||
Dispose ( ) : void | ||
DownloadImageAsync ( string address, bool force = false ) : Task |
指定された URL にある画像を非同期に取得するメソッド
|
|
ImageCache ( ) : System | ||
TryGetFromCache ( string address ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
FetchImageAsync ( string uri, |
public DownloadImageAsync ( string address, bool force = false ) : Task |
||
address | string | 取得先の URL |
force | bool | キャッシュを使用せずに取得する場合は true |
return | Task |
public TryGetFromCache ( string address ) : |
||
address | string | |
return |