Summary
Provides extension methods associated with the
IBitmap
interface.
- Namespace
- Akavache
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["BitmapImageMixin"]
class Type type-node
Syntax
public static class BitmapImageMixin
Methods
Name | Value | Summary |
---|---|---|
LoadImage |
IObservable |
Load an image from the blob cache.
static
|
LoadImageFromUrl |
IObservable |
A combination of DownloadUrl and LoadImage, this method fetches an
image from a remote URL (using the cached value if possible) and
returns the image.
static
|
LoadImageFromUrl |
IObservable |
A combination of DownloadUrl and LoadImage, this method fetches an
image from a remote URL (using the cached value if possible) and
returns the image.
static
|
LoadImageFromUrl |
IObservable |
A combination of DownloadUrl and LoadImage, this method fetches an
image from a remote URL (using the cached value if possible) and
returns the image.
static
|
LoadImageFromUrl |
IObservable |
A combination of DownloadUrl and LoadImage, this method fetches an
image from a remote URL (using the cached value if possible) and
returns the image.
static
|
Throw |
IObservable |
Converts bad image buffers into an exception.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|