C# Класс SoftwareKobo.UniversalToolkit.Storage.StorageCachedImage

Наследование: Windows.UI.Xaml.Media.Imaging.BitmapSource
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsAutoRetryProperty Windows.UI.Xaml.DependencyProperty
IsLoadingProperty Windows.UI.Xaml.DependencyProperty
UriSourceProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
CachedImageExist ( Uri uri ) : bool
CleanUpCachedImages ( ) : void

清空独立存储中已经缓存的图片。

GetCachedImagesSize ( ) : long

获取已缓存的文件的总大小。

RemoveCachedImage ( Uri uri ) : void
SetUriSource ( Uri uriSource ) : void
StorageCachedImage ( ) : System
StorageCachedImage ( Uri uri ) : System

Приватные методы

Метод Описание
GetCachePath ( Uri uri ) : string
IsAutoRetryChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
IsCacheExist ( string cachedPath ) : bool
LoadCachedImageAsync ( string cachePath ) : Task
SaveImageAsync ( string cachePath, byte datas ) : System.Threading.Tasks.Task
SetStreamAsync ( IRandomAccessStream stream, System.DateTime requestTime ) : System.Threading.Tasks.Task
UriSourceChanged ( ) : void
UriSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Описание методов

CachedImageExist() публичный статический Метод

public static CachedImageExist ( Uri uri ) : bool
uri System.Uri
Результат bool

CleanUpCachedImages() публичный статический Метод

清空独立存储中已经缓存的图片。
public static CleanUpCachedImages ( ) : void
Результат void

GetCachedImagesSize() публичный статический Метод

获取已缓存的文件的总大小。
public static GetCachedImagesSize ( ) : long
Результат long

RemoveCachedImage() публичный статический Метод

public static RemoveCachedImage ( Uri uri ) : void
uri System.Uri
Результат void

SetUriSource() публичный Метод

public SetUriSource ( Uri uriSource ) : void
uriSource System.Uri
Результат void

StorageCachedImage() публичный Метод

public StorageCachedImage ( ) : System
Результат System

StorageCachedImage() публичный Метод

public StorageCachedImage ( Uri uri ) : System
uri System.Uri
Результат System

Описание свойств

IsAutoRetryProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IsAutoRetryProperty
Результат Windows.UI.Xaml.DependencyProperty

IsLoadingProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IsLoadingProperty
Результат Windows.UI.Xaml.DependencyProperty

UriSourceProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml UriSourceProperty
Результат Windows.UI.Xaml.DependencyProperty