Provide IPicture data from IPictureDataProvider implementations.
More...
|
static Task< Stream > | GetStream (this IPicture picture) |
| Get a stream of the picture from the first IPictureDataProvider which returns a non-null. More...
|
|
static Task< string > | GetFormat (this IPicture picture) |
| Get the format of the picture from the first IPictureDataProvider which returns a non-null. More...
|
|
Provide IPicture data from IPictureDataProvider implementations.
◆ GetFormat()
static Task< string > OpenTap.PictureDataExtensions.GetFormat |
( |
this IPicture |
picture | ) |
|
|
static |
Get the format of the picture from the first IPictureDataProvider which returns a non-null.
- Parameters
-
◆ GetStream()
static Task< Stream > OpenTap.PictureDataExtensions.GetStream |
( |
this IPicture |
picture | ) |
|
|
static |
Get a stream of the picture from the first IPictureDataProvider which returns a non-null.
- Parameters
-