Property | Type | Description | |
---|---|---|---|
HandleTransformationsPropertyChangedDelegate | void | ||
OnDownloadStarted | void | ||
OnError | void | ||
OnFinish | void | ||
OnSizeRequest | SizeRequest | ||
OnSourcePropertyChanged | void | ||
OnSuccess | void |
Method | Description | |
---|---|---|
CachedImage ( ) : System | ||
Cancel ( ) : void |
Cancels image loading tasks
|
|
GetImageAsJpgAsync ( int quality = 90, int desiredWidth, int desiredHeight ) : Task |
Gets the image as JPG.
|
|
GetImageAsPngAsync ( int desiredWidth, int desiredHeight ) : Task |
Gets the image as PNG
|
|
InvalidateCache ( Xamarin.Forms.ImageSource source, Cache cacheType, bool removeSimilar = false ) : System.Threading.Tasks.Task |
Invalidates cache for a specified image source.
|
|
InvalidateCache ( string key, Cache cacheType, bool removeSimilar = false ) : System.Threading.Tasks.Task |
Invalidates cache for a specified key.
|
|
ReloadImage ( ) : void |
Reloads the image.
|
Method | Description | |
---|---|---|
OnBindingContextChanged ( ) : void |
Method | Description | |
---|---|---|
HandleTransformationsPropertyChangedDelegate ( BindableObject bindable, object oldValue, object newValue ) : void | ||
OnDownloadStarted ( CachedImageEvents e ) : void | ||
OnError ( CachedImageEvents e ) : void | ||
OnFinish ( CachedImageEvents e ) : void | ||
OnSizeRequest ( double widthConstraint, double heightConstraint ) : SizeRequest | ||
OnSourcePropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void | ||
OnSuccess ( CachedImageEvents e ) : void |
public GetImageAsJpgAsync ( int quality = 90, int desiredWidth, int desiredHeight ) : Task |
||
quality | int | |
desiredWidth | int | |
desiredHeight | int | |
return | Task |
public GetImageAsPngAsync ( int desiredWidth, int desiredHeight ) : Task |
||
desiredWidth | int | |
desiredHeight | int | |
return | Task |
public static InvalidateCache ( Xamarin.Forms.ImageSource source, Cache cacheType, bool removeSimilar = false ) : System.Threading.Tasks.Task | ||
source | Xamarin.Forms.ImageSource | Image source. |
cacheType | Cache | Cache type. |
removeSimilar | bool | If set to |
return | System.Threading.Tasks.Task |
public static InvalidateCache ( string key, Cache cacheType, bool removeSimilar = false ) : System.Threading.Tasks.Task | ||
key | string | |
cacheType | Cache | Cache type. |
removeSimilar | bool | If set to |
return | System.Threading.Tasks.Task |
public static BindableProperty AspectProperty | ||
return | BindableProperty |
public static BindableProperty BitmapOptimizationsProperty | ||
return | BindableProperty |
public static BindableProperty CacheDurationProperty | ||
return | BindableProperty |
public static BindableProperty CacheTypeProperty | ||
return | BindableProperty |
public static BindableProperty DownloadStartedCommandProperty | ||
return | BindableProperty |
public static BindableProperty DownsampleHeightProperty | ||
return | BindableProperty |
public static BindableProperty DownsampleToViewSizeProperty | ||
return | BindableProperty |
public static BindableProperty DownsampleUseDipUnitsProperty | ||
return | BindableProperty |
public static BindableProperty DownsampleWidthProperty | ||
return | BindableProperty |
public static BindableProperty ErrorCommandProperty | ||
return | BindableProperty |
public static BindableProperty ErrorPlaceholderProperty | ||
return | BindableProperty |
public static BindableProperty FadeAnimationEnabledProperty | ||
return | BindableProperty |
public static BindableProperty FinishCommandProperty | ||
return | BindableProperty |
public static BindableProperty IsLoadingProperty | ||
return | BindableProperty |
public static BindablePropertyKey IsLoadingPropertyKey | ||
return | BindablePropertyKey |
public static BindableProperty IsOpaqueProperty | ||
return | BindableProperty |
public static BindableProperty LoadingDelayProperty | ||
return | BindableProperty |
public static BindableProperty LoadingPlaceholderProperty | ||
return | BindableProperty |
public static BindableProperty LoadingPriorityProperty | ||
return | BindableProperty |
public static BindableProperty RetryCountProperty | ||
return | BindableProperty |
public static BindableProperty RetryDelayProperty | ||
return | BindableProperty |
public static BindableProperty SourceProperty | ||
return | BindableProperty |
public static BindableProperty SuccessCommandProperty | ||
return | BindableProperty |
public static BindableProperty TransformPlaceholdersProperty | ||
return | BindableProperty |